Skip to content

Commit

Permalink
No need to report useless tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Feb 1, 2021
1 parent 500d1db commit 9f6385e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: rm phpunit.xml.dist

- name: 'PHPUnit: run the tests'
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

- name: 'PHPCS: check code style without cache, no parallel'
if: ${{ matrix.custom_ini == false }}
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.php">
<phpunit beStrictAboutTestsThatDoNotTestAnything="false" bootstrap="tests/bootstrap.php">
<testsuites>
<testsuite name="PHP_CodeSniffer Test Suite">
<file>tests/AllTests.php</file>
Expand Down

0 comments on commit 9f6385e

Please sign in to comment.