Skip to content

Commit

Permalink
fix phpunit invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Sep 16, 2024
1 parent f4002c9 commit 12212a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
- name: Run phpunit
run: |
export SYMFONY_DEPRECATIONS_HELPER='max[direct]=0'
vendor/bin/phpunit --testdox -v
vendor/bin/phpunit
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ psalm:

.PHONY: phpunit
phpunit:
vendor/bin/phpunit --testdox -v
vendor/bin/phpunit

0 comments on commit 12212a6

Please sign in to comment.