diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 2f2e122..6a852ec 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -63,7 +63,7 @@ jobs: # Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit" # Docs: https://getcomposer.org/doc/articles/scripts.md - name: Run PHPUnit Test Suite - run: vendor/bin/phpunit + run: vendor/bin/phpunit --display-incomplete --display-skipped --display-deprecations --display-errors --display-notices --display-warnings - name: Upload coverage results to Coveralls env: