Skip to content

Commit

Permalink
Update code to use guard-phpunit2
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Feb 5, 2014
1 parent 66a6b82 commit 7c552ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guardfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
guard :phpunit, :all_on_start => false, :tests_path => 'tests/', :cli => '--colors -c build/phpunit.xml' do
guard :phpunit2, :all_on_start => false, :tests_path => 'tests/', :cli => '--colors -c build/phpunit.xml' do
# Run any test in app/tests upon save.
watch(%r{^.+Test\.php$})

Expand Down

0 comments on commit 7c552ba

Please sign in to comment.