PHPUnit 12.5.14 by Sebastian Bergmann and contributors.
Runtime: PHP 8.5.0
Configuration: /var/www/html/dev/tests/static/phpunit.xml
F.S... 6 / 6 (100%)
Time: 00:04.774, Memory: 20.00 MB
There was 1 failure:
1) Magento\Test\Php\LiveCodeTest::testCodeStyle
PHP Code Sniffer detected 1 violation(s):
FILE: /var/www/html/app/code/Magento/Review/Test/Unit/Model/ReviewTest.php
------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------------------------
244 | ERROR | Class 'ArrayObject' is restricted in
| | /var/www/html/app/code/Magento/Review/Test/Unit/Model/ReviewTest.php. Suggested replacement: Custom
| | class, extended from ArrayObject with overwritten serialize/unserialize methods
245 | WARNING | Missing PHP DocBlock for class property.
246 | WARNING | Missing PHP DocBlock for class property.
------------------------------------------------------------------------------------------------------------------------
Failed asserting that 1 matches expected 0.
/var/www/html/dev/tests/static/testsuite/Magento/Test/Php/LiveCodeTest.php:257
FAILURES!
Tests: 6, Assertions: 5, Failures: 1, Skipped: 1.