Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UseStatements/KeywordSpacing: add missing "fixed" test file #303

Merged
merged 1 commit into from Feb 16, 2024

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Feb 16, 2024

The Universal.UseStatement.KeywordSpacing sniff has a difference in behaviour between PHP < 8.0 and PHP 8.0+ due to the change in how namespaced name tokens are tokenized in PHP 8.0+.

For that reason, the KeywordSpacingUnitTest.2.inc did not have a ".fixed" file as whether or not a fix would be made depends on which PHP version the tests are being run on.

As of PHPCS 3.9.0, PHPCS will throw a PHPUnit warning for missing "fixed" files and as of PHPCS 4.0.0, this will become an error.

With that in mind, this commit adds the missing "fixed" file, but excludes that test from being run on PHP 8.0+ by overloading the getTestFiles() method and selectively removing the test case file from the list of files to test.

The `Universal.UseStatement.KeywordSpacing` sniff has a difference in behaviour between PHP < 8.0 and PHP 8.0+ due to the change in how namespaced name tokens are tokenized in PHP 8.0+.

For that reason, the `KeywordSpacingUnitTest.2.inc` did not have a ".fixed" file as whether or not a fix would be made depends on which PHP version the tests are being run on.

As of PHPCS 3.9.0, PHPCS will throw a PHPUnit warning for missing "fixed" files and as of PHPCS 4.0.0, this will become an error.

With that in mind, this commit adds the missing "fixed" file, but excludes that test from being run on PHP 8.0+ by overloading the `getTestFiles()` method and selectively removing the test case file from the list of files to test.
@jrfnl jrfnl added this to the 1.2.x Next milestone Feb 16, 2024
@jrfnl jrfnl enabled auto-merge February 16, 2024 03:35
@jrfnl jrfnl merged commit a82cb4d into develop Feb 16, 2024
41 checks passed
@jrfnl jrfnl deleted the feature/tests-update-for-phpcs-3.9.0 branch February 16, 2024 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant