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

:all_after_pass no longer functions in Ubuntu

Open neerolyte opened this issue 11 years ago • 0 comments

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 through the tests and because $? is stubbed all over the place I can't find a trivial way of putting in an accurate test without refactoring.

neerolyte avatar Apr 26 '13 23:04 neerolyte