Skip to content

Commit

Permalink
deps: allow brick/math 0.12
Browse files Browse the repository at this point in the history
deps: other dev deps update
  • Loading branch information
Spomky committed Jan 29, 2024
1 parent 2ae068e commit dd77649
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 40 deletions.
4 changes: 2 additions & 2 deletions tests/ByteStringObjectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
use PHPUnit\Framework\Attributes\Test;

/**
* @internal
*/
* @internal
*/
final class ByteStringObjectTest extends CBORTestCase
{
#[DataProvider('getData')]
Expand Down
4 changes: 2 additions & 2 deletions tests/CBORTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
use PHPUnit\Framework\TestCase;

/**
* @internal
*/
* @internal
*/
abstract class CBORTestCase extends TestCase
{
private ?Decoder $decoder = null;
Expand Down
4 changes: 2 additions & 2 deletions tests/DoublePrecisionFloat.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
use PHPUnit\Framework\Attributes\Test;

/**
* @internal
*/
* @internal
*/
final class DoublePrecisionFloat extends CBORTestCase
{
#[Test]
Expand Down
4 changes: 2 additions & 2 deletions tests/FloatTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
use PHPUnit\Framework\Attributes\Test;

/**
* @internal
*/
* @internal
*/
final class FloatTest extends CBORTestCase
{
#[DataProvider('getDataSet')]
Expand Down
4 changes: 2 additions & 2 deletions tests/GlobalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
use PHPUnit\Framework\Attributes\Test;

/**
* @internal
*/
* @internal
*/
final class GlobalTest extends CBORTestCase
{
#[DataProvider('getDataSet')]
Expand Down
4 changes: 2 additions & 2 deletions tests/IndefiniteLengthByteStringObjectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
use PHPUnit\Framework\Attributes\Test;

/**
* @internal
*/
* @internal
*/
final class IndefiniteLengthByteStringObjectTest extends CBORTestCase
{
#[DataProvider('getData')]
Expand Down
4 changes: 2 additions & 2 deletions tests/IndefiniteLengthTextStringObjectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
use PHPUnit\Framework\Attributes\Test;

/**
* @internal
*/
* @internal
*/
final class IndefiniteLengthTextStringObjectTest extends CBORTestCase
{
#[DataProvider('getData')]
Expand Down
4 changes: 2 additions & 2 deletions tests/InvalidTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
use RuntimeException;

/**
* @internal
*/
* @internal
*/
final class InvalidTypeTest extends CBORTestCase
{
#[DataProvider('getInvalidDataItems')]
Expand Down
4 changes: 2 additions & 2 deletions tests/ListObjectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
use PHPUnit\Framework\Attributes\Test;

/**
* @internal
*/
* @internal
*/
final class ListObjectTest extends CBORTestCase
{
#[Test]
Expand Down
4 changes: 2 additions & 2 deletions tests/MapObjectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
use PHPUnit\Framework\Attributes\Test;

/**
* @internal
*/
* @internal
*/
final class MapObjectTest extends CBORTestCase
{
#[Test]
Expand Down
4 changes: 2 additions & 2 deletions tests/OtherObject/AllTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
use const STR_PAD_LEFT;

/**
* @internal
*/
* @internal
*/
final class AllTest extends CBORTestCase
{
#[Test]
Expand Down
4 changes: 2 additions & 2 deletions tests/OtherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
use PHPUnit\Framework\Attributes\Test;

/**
* @internal
*/
* @internal
*/
final class OtherTest extends CBORTestCase
{
#[DataProvider('getDataSet')]
Expand Down
4 changes: 2 additions & 2 deletions tests/SignedIntegerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
use PHPUnit\Framework\Attributes\Test;

/**
* @internal
*/
* @internal
*/
final class SignedIntegerTest extends CBORTestCase
{
#[DataProvider('getValidValue')]
Expand Down
4 changes: 2 additions & 2 deletions tests/Tag/DatetimeTagTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
use PHPUnit\Framework\TestCase;

/**
* @internal
*/
* @internal
*/
final class DatetimeTagTest extends TestCase
{
#[DataProvider('getDatetimes')]
Expand Down
4 changes: 2 additions & 2 deletions tests/Tag/EncodingTagsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
use PHPUnit\Framework\TestCase;

/**
* @internal
*/
* @internal
*/
final class EncodingTagsTest extends TestCase
{
#[Test]
Expand Down
4 changes: 2 additions & 2 deletions tests/Tag/MimeTagTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
use PHPUnit\Framework\TestCase;

/**
* @internal
*/
* @internal
*/
final class MimeTagTest extends TestCase
{
#[Test]
Expand Down
4 changes: 2 additions & 2 deletions tests/Tag/SimpleTagsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
use PHPUnit\Framework\TestCase;

/**
* @internal
*/
* @internal
*/
final class SimpleTagsTest extends TestCase
{
#[Test]
Expand Down
4 changes: 2 additions & 2 deletions tests/TextStringObjectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
use PHPUnit\Framework\Attributes\Test;

/**
* @internal
*/
* @internal
*/
final class TextStringObjectTest extends CBORTestCase
{
#[DataProvider('getData')]
Expand Down
4 changes: 2 additions & 2 deletions tests/UnsignedIntegerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
use PHPUnit\Framework\Attributes\Test;

/**
* @internal
*/
* @internal
*/
final class UnsignedIntegerTest extends CBORTestCase
{
#[DataProvider('getValidValue')]
Expand Down
4 changes: 2 additions & 2 deletions tests/VectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
use const JSON_THROW_ON_ERROR;

/**
* @internal
*/
* @internal
*/
final class VectorTest extends CBORTestCase
{
#[DataProvider('getVectors')]
Expand Down

0 comments on commit dd77649

Please sign in to comment.