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
1) WordPressVIPMinimum\Tests\Functions\RestrictedFunctionsUnitTest::testSniff
[LINE 76] Expected 1 error(s) in RestrictedFunctionsUnitTest.inc but found 0 error(s).
This is not directly related to the VIPCS repo and will be fixed when the PHPCS (3.x) tokenizer has been updated for PHP 8.
There are also numerous other sniffs - both in VIPCS as well as WPCS - which will be affected by this PHP change.
Bug Description
As seen, at https://travis-ci.org/github/Automattic/VIP-Coding-Standards/jobs/722253827, there is a test failure for PHP 8:
It's related to this line
We have it marked down as expecting 1 error on that line.
Environment
Use
php -v
andcomposer show
to get versions.develop
The text was updated successfully, but these errors were encountered: