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 f1905f3 commit 1791868Copy full SHA for 1791868
.github/workflows/tests-phpunit.yml
@@ -32,8 +32,5 @@ jobs:
32
- name: Install dependencies
33
run: composer install --prefer-dist --no-progress
34
35
- # Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
36
- # Docs: https://getcomposer.org/doc/articles/scripts.md
37
-
38
- # - name: Run test suite
39
- # run: composer run-script test
+ - name: Run test suite
+ run: vendor/bin/phpunit tests
0 commit comments