We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 500d1db commit 9f6385eCopy full SHA for 9f6385e
.github/workflows/test.yml
@@ -92,7 +92,7 @@ jobs:
92
run: rm phpunit.xml.dist
93
94
- name: 'PHPUnit: run the tests'
95
- run: vendor/bin/phpunit tests/AllTests.php --bootstrap=tests/bootstrap.php
+ run: vendor/bin/phpunit tests/AllTests.php --bootstrap=tests/bootstrap.php --dont-report-useless-tests
96
97
- name: 'PHPCS: check code style without cache, no parallel'
98
if: ${{ matrix.custom_ini == false }}
phpunit.xml.dist
@@ -1,5 +1,5 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
-<phpunit bootstrap="tests/bootstrap.php">
+<phpunit beStrictAboutTestsThatDoNotTestAnything="false" bootstrap="tests/bootstrap.php">
3
<testsuites>
4
<testsuite name="PHP_CodeSniffer Test Suite">
5
<file>tests/AllTests.php</file>
0 commit comments