Skip to content

Commit 7ab5b5c

Browse files
committed
remove redunded action and comment
1 parent df1fcd5 commit 7ab5b5c

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/php.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,6 @@ jobs:
4545
run: composer install --prefer-dist --no-progress --no-scripts
4646

4747
- 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
5748
run: php -d xdebug.mode=coverage vendor/bin/phpunit --log-junit junit.xml
5849

5950
- name: Publish Unit Test Results

0 commit comments

Comments
 (0)