unit testing - Repeat failed test with phpunit -


when using phpunit, tests failed, want repeat unit testing failed tests , not passed tests. there way that!?

i can filter tests, want automatically that.

thanks


for 1 else problem problem, following links useful (re-run last failed test in phpunit)

phpunit not keep track of failed , passed tests. response on fly. idea of having can kill automated test concept. think it. automating tests because wanna warned when change break code. know if broke code when run automated test. there no guarantee fix made 1 testcase, not break testcase.

phpunit make sure code works when fixed causing testcase fail.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -