I have some test cases that can happen in an infinite loop on error. Is there a built-in way to set the validation timeout duration using PHPUnit?
If not, which of the most unobtrusive ways to add this feature to a test case?
php unit-testing phpunit
Ed mazur
source share