Skip to content

Commit

Permalink
Update run-check.sh
Browse files Browse the repository at this point in the history
Fix outdated comment
  • Loading branch information
at15 committed Oct 21, 2015
1 parent 8656420 commit 41d8d33
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions run-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

# a shortcut for running all test commands

# TODO:this require phpunit install globaly, should use the vendor version instead
# use the vendor version instead
./vendor/bin/phpunit

# phpcs

./vendor/bin/phpcs --standard=PSR2 ./src
# use the vendored phpcs
./vendor/bin/phpcs --standard=PSR2 ./src

0 comments on commit 41d8d33

Please sign in to comment.