Tests are failing on develop branch
ihor-sviziev opened this issue · 2 comments
ihor-sviziev commented
Preconditions
- None
Steps to reproduce
- See test results on the latest commit
Expected result
- There shouldn't be any failures
Actual result
- There are 3 failures
https://github.com/magento/magento-coding-standard/actions/runs/4985730576
...
............................................................. 1281 / 1459 ( 87%)
............................................................. 1342 / 1459 ( 91%)
............................................................. 1403 / 1459 ( 96%)
........................................................ 1459 / 1459 (100%)
Time: 00:17.653, Memory: 158.50 MB
There was 1 error:
1) Magento2\Tests\PHPCompatibility\ForbiddenFinalPrivateMethodsUnitTest::testSniff
Trying to get property 'enabled' of non-object
/home/runner/work/magento-coding-standard/magento-coding-standard/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Internal/Cache.php:98
/home/runner/work/magento-coding-standard/magento-coding-standard/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Utils/FunctionDeclarations.php:196
/home/runner/work/magento-coding-standard/magento-coding-standard/PHPCompatibility/Sniffs/FunctionDeclarations/ForbiddenFinalPrivateMethodsSniff.php:84
/home/runner/work/magento-coding-standard/magento-coding-standard/Magento2/Sniffs/PHPCompatibility/ForbiddenFinalPrivateMethodsSniff.php:[32](https://github.com/magento/magento-coding-standard/actions/runs/4985730576/jobs/9174529701#step:8:33)
/home/runner/work/magento-coding-standard/magento-coding-standard/vendor/squizlabs/php_codesniffer/src/Files/File.php:498
/home/runner/work/magento-coding-standard/magento-coding-standard/vendor/squizlabs/php_codesniffer/src/Files/LocalFile.php:92
/home/runner/work/magento-coding-standard/magento-coding-standard/PHP_CodeSniffer/Tests/Standards/AbstractSniffUnitTest.php:173
phpvfscomposer:///home/runner/work/magento-coding-standard/magento-coding-standard/vendor/phpunit/phpunit/phpunit:106
ERRORS!
Tests: 1459, Assertions: 3168, Errors: 1, Skipped: 1.

m2-assistant commented
Hi @ihor-sviziev. Thank you for your report.
To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue: @magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel.
fredden commented