Small package that allows you to incrementally run only your previously failed tests.
You can install the package via composer:
composer require chrisdicarlo/phpunit-failed-runner --dev
On Linux:
sudo apt-get update
sudo apt-get install xmlstarlet
For XmlStarlet on other platforms, see here.
./vendor/bin/phpunit-failed-runner
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.