Skip to content

Commit

Permalink
Fixed phpunit config for release command
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Dec 29, 2018
1 parent 70fc4df commit 5aa7ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ prerequisites:
- command:
cmd: composer update
- tests-check:
command: phpunit --stop-on-failure
command: vendor/bin/phpunit --stop-on-failure
- command:
cmd: vendor/bin/phpstan analyse -c phpstan.neon -l 7 src tests
- command:
Expand Down

0 comments on commit 5aa7ce9

Please sign in to comment.