You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
guard 'phpunit', :tests_path => 'app/tests', :cli => '--colors' do
watch(%r{^.+Test.php$})
end
Now when I run phpunit on my file it asserts true. When I run Guard, guard asserts true. The notifier however, always, always alerts with a failed message no matter my test.
The text was updated successfully, but these errors were encountered:
gem install guard
gem instal guard-phpunit
gem install guard-terminal-notifier-guard
guard 'phpunit', :tests_path => 'app/tests', :cli => '--colors' do
watch(%r{^.+Test.php$})
end
Now when I run phpunit on my file it asserts true. When I run Guard, guard asserts true. The notifier however, always, always alerts with a failed message no matter my test.
The text was updated successfully, but these errors were encountered: