guard-phpunit icon indicating copy to clipboard operation
guard-phpunit copied to clipboard

Guard::PHPUnit automatically runs your tests

Results 14 guard-phpunit issues
Sort by recently updated
recently updated
newest added

I have upgrade PHPUnit ``` # phpunit --version PHPUnit 3.7.14 by Sebastian Bergmann. ``` The problem :( 09:11:48 - INFO - Running all tests PHP Fatal error: Call to undefined...

Not 100% sure if this falls in the domain of guard-phpunit - but i'm assuming it is because the error is spawning from the guard-phpunit folder. I'm using PHPUnit 4.1.3...

A recent refactor broke the return value resulting in run() and run_tests() always returning true (at least under Ubuntu). This fixes: https://github.com/Maher4Ever/guard-phpunit/issues/13

Bad method call to PHPUnit_Framework_TestResult::allCompletlyImplemented(). From the stack trace the function is called in guard/phpunit/formatters/PHPUnit-Progress/PHPUnit/Extensions/Progress/ResultPrinter.php:72 I'm using PHPUnit 4.1.3 > [#3E716657CF46] Fatal error: Call to undefined method PHPUnit_Framework_TestResult::allCompletlyImplemented() in /usr/local/lib/ruby/gems/2.0.0/gems/guard-phpunit-0.1.4/lib/guard/phpunit/formatters/PHPUnit-Progress/PHPUnit/Extensions/Progress/ResultPrinter.php...

Since phpunit started publishing packages over composer I've switched to using this method of running phpunit rather than installing globally via pear. This change defaults to the globally installed phpunit...

I've installed all the guard gems for this to work and libnotify. I'm on a Fedora 17 platform and the testing isn't automated. Meaning I always have to return to...

Hi, thanks for this library is great! I'd like to merge this https://github.com/liuggio/guard-phpunit-sf2 repo with yours, but there are some logical differences: 1. Path should not be called when run_all...

First, Thanks for this great extension! I just want to make you aware of the typo in the phrase "documentation" here => https://github.com/Maher4Ever/guard-phpunit#example-php-project Grt, Emiel

using guard from terminal i get always this output: 20:51:25 - INFO - Guard uses TerminalNotifier to send notifications. 20:51:25 - INFO - Guard uses TerminalTitle to send notifications. /Library/Ruby/Gems/1.8/gems/guard-phpunit-0.1.4/lib/guard/phpunit.rb:58:...

This might be specific to the way notifications are working in Ubuntu. This change: https://github.com/Maher4Ever/guard-phpunit/commit/66aafde9dc5b3f907dba8ce88be2cb8e87cc68c1 results in `run_tests()` always returning true, hence `:all_after_pass` no longer functions. I had a look...