Skip to content

Commit fb7d1b9

Browse files
committed
migrated all tests to phpunit 11.5
1 parent c625563 commit fb7d1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
./cc-test-reporter before-build
103103
104104
- name: Run Tests
105-
run: vendor/bin/phpunit --coverage-clover=clover.xml --path-coverage src/
105+
run: vendor/bin/phpunit --coverage-clover=clover.xml --path-coverage
106106

107107
- name: Send coverage to Code Climate
108108
if: env.CC_TEST_REPORTER_ID != ''

0 commit comments

Comments
 (0)