File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4646 script :
4747 # For PHP 8.1+, we need to ignore the config file so that PHPUnit 7 doesn't try to read it and cause an error.
4848 # Instead, we pass all required settings as part of the phpunit command.
49- - vendor/bin/phpunit --no-configuration --bootstrap=tests/bootstrap.php tests/AllSniffs.php
50- - vendor/bin/phpunit --no-configuration --bootstrap=tests/bootstrap.php tests/FixtureTests.php
49+ - vendor/bin/phpunit --no-configuration --bootstrap=tests/bootstrap.php --dont-report-useless-tests tests/AllSniffs.php
50+ - vendor/bin/phpunit --no-configuration --bootstrap=tests/bootstrap.php --dont-report-useless-tests tests/FixtureTests.php
5151 - language : node_js
5252 node_js : 10
5353 install :
Original file line number Diff line number Diff line change 11<phpunit
2+ beStrictAboutTestsThatDoNotTestAnything=" false"
23 bootstrap=" tests/bootstrap.php"
34 colors=" true"
45 convertErrorsToExceptions=" true"
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ public static function main() {
4242 public static function suite () {
4343 $ GLOBALS ['PHP_CODESNIFFER_SNIFF_CODES ' ] = array ();
4444 $ GLOBALS ['PHP_CODESNIFFER_FIXABLE_CODES ' ] = array ();
45+ $ GLOBALS ['PHP_CODESNIFFER_SNIFF_CASE_FILES ' ] = array ();
4546
4647 $ suite = new TestSuite ( 'HM Standards ' );
4748
You can’t perform that action at this time.
0 commit comments