We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1fcd5 commit 7ab5b5cCopy full SHA for 7ab5b5c
1 file changed
.github/workflows/php.yml
@@ -45,15 +45,6 @@ jobs:
45
run: composer install --prefer-dist --no-progress --no-scripts
46
47
- name: PHPUnit
48
- run: vendor/bin/phpunit
49
-
50
- # Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
51
- # Docs: https://getcomposer.org/doc/articles/scripts.md
52
53
- # - name: Run test suite
54
- # run: composer run-script test
55
56
- - name: PHP Unit
57
run: php -d xdebug.mode=coverage vendor/bin/phpunit --log-junit junit.xml
58
59
- name: Publish Unit Test Results
0 commit comments