Assume we have 500 unit tests and running all of them by:
php ./vendor/bin/phpunit -c ./phpunit.xml
and 450 tests passed but failed at unit-test 451.
Now I fixed the uni-test 451 and don't want to re-run 450 tests again and just want to continue testing from 451 to the the end.
Any ideas would be appreciated