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
Test-suite - Show warning when ".fixed" file not found (#336)
This commit updates the `AbstractSniffUnitTest` class used for the sniff tests to show a non-build-failing warning when a test case file would lead to fixable errors/warnings, but there is no `.fixed` version available for the test case file to verify the fixes being made.
This is a preliminary step towards making missing `.fixed` files a test failing error in PHPCS 4.0.
Note: the warning will only show when tests are being run on PHPUnit 7.3.0 or higher.
0 commit comments