From 9f6385eb32a5f4625e01c54d06a1f9d66201eec2 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Mon, 1 Feb 2021 16:56:29 +1100 Subject: [PATCH] No need to report useless tests --- .github/workflows/test.yml | 2 +- phpunit.xml.dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 20b694f35f..1bcbf20230 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }} diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 0705658a30..34b4afcded 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,5 +1,5 @@ - + tests/AllTests.php