Console Error logs

Php (B2B) Failure
PHPUnit 12.5.14 by Sebastian Bergmann and contributors.

Runtime:       PHP 8.5.0
Configuration: /var/www/html/dev/tests/static/phpunit.xml

FFS...                                                              6 / 6 (100%)

Time: 00:05.178, Memory: 24.00 MB

There were 2 failures:

1) Magento\Test\Php\LiveCodeTest::testCodeStyle
PHP Code Sniffer detected 1 violation(s): 

FILE: /var/www/html/app/code/Magento/ImportExport/Model/Import/AbstractEntity.php
-------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------------
 418 | WARNING | Function's nesting level (6) exceeds 5; consider refactoring the function
-------------------------------------------------------------------------------------------


FILE: /var/www/html/app/code/Magento/ImportExport/Test/Unit/Model/Import/EntityAbstractTest.php
-----------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------
 712 | 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

2) Magento\Test\Php\LiveCodeTest::testCodeMess
PHP Code Mess has found error(s):
/var/www/html/app/code/Magento/ImportExport/Test/Unit/Model/Import/EntityAbstractTest.php:29   CouplingBetweenObjects  The class EntityAbstractTest has a coupling between objects value of 16. Consider to reduce the number of dependencies under 13.
/var/www/html/app/code/Magento/ImportExport/Test/Unit/Model/Import/EntityAbstractTest.php:604  UnusedFormalParameter   Avoid unused parameters such as '$entityTypeCode'.
/var/www/html/app/code/Magento/ImportExport/Test/Unit/Model/Import/EntityAbstractTest.php:604  UnusedFormalParameter   Avoid unused parameters such as '$behavior'.
/var/www/html/app/code/Magento/ImportExport/Test/Unit/Model/Import/EntityAbstractTest.php:648  UnusedFormalParameter   Avoid unused parameters such as '$entityTypeCode'.
/var/www/html/app/code/Magento/ImportExport/Test/Unit/Model/Import/EntityAbstractTest.php:648  UnusedFormalParameter   Avoid unused parameters such as '$behavior'.

Failed asserting that 2 matches expected 0.

/var/www/html/dev/tests/static/testsuite/Magento/Test/Php/LiveCodeTest.php:295

FAILURES!
Tests: 6, Assertions: 5, Failures: 2, Skipped: 1.