chrisdicarlo / phpunit-failed-runner
Run only your failed PHPUnit tests
Installs: 9 806
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 0
Language:XSLT
README
Small package that allows you to incrementally run only your previously failed tests.
Installation
You can install the package via composer:
composer require chrisdicarlo/phpunit-failed-runner --dev
Install XmlStarlet
On Linux:
sudo apt-get update sudo apt-get install xmlstarlet
For XmlStarlet on other platforms, see here.
Usage
./vendor/bin/phpunit-failed-runner
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email chris@dicarlosystems.ca instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.