You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHPUnit 12.1.6 by Sebastian Bergmann and contributors.
Runtime: PHP 8.4.1
Configuration: C:\project\phpunit.xml
Time: 00:00.021, Memory: 10.00 MB
1 test triggered 5 PHP deprecations:
1) C:\project\vendor\swaggest\json-diff\src\JsonDiff.php:455
Implicit conversion from float 1.2 to int loses precision
Triggered by:
* Tests\SwaggestTest::testJsonTriggerConversionWarning
C:\project\tests\SwaggestTest.php:9
2) C:\project\vendor\swaggest\json-diff\src\JsonDiff.php:459
Implicit conversion from float 1.2 to int loses precision
Triggered by:
* Tests\SwaggestTest::testJsonTriggerConversionWarning
C:\project\tests\SwaggestTest.php:9
3) C:\project\vendor\swaggest\json-diff\src\JsonDiff.php:499
Implicit conversion from float 1.2 to int loses precision
Triggered by:
* Tests\SwaggestTest::testJsonTriggerConversionWarning
C:\project\tests\SwaggestTest.php:9
4) C:\project\vendor\swaggest\json-diff\src\JsonDiff.php:500
Implicit conversion from float 1.2 to int loses precision
Triggered by:
* Tests\SwaggestTest::testJsonTriggerConversionWarning
C:\project\tests\SwaggestTest.php:9
5) C:\project\vendor\swaggest\json-diff\src\JsonDiff.php:511
Implicit conversion from float 1.2 to int loses precision
Triggered by:
* Tests\SwaggestTest::testJsonTriggerConversionWarning
C:\project\tests\SwaggestTest.php:9
OK, but there were issues!
Tests: 1, Assertions: 2, Deprecations: 5.
Process finished with exit code 0
The text was updated successfully, but these errors were encountered:
PHP 8.4.1, PHPUnit 12.1.6 and json-diff 3.12.1
The unit test below triggers deprecation warnings.
The text was updated successfully, but these errors were encountered: