chrisdicarlo / phpunit-failed-runner
Run only your failed PHPUnit tests
Package info
github.com/chrisdicarlo/phpunit-failed-runner
pkg:composer/chrisdicarlo/phpunit-failed-runner
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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
Testing
This package includes a comprehensive test suite that demonstrates the incremental test-fixing workflow.
Run the test suite:
composer test
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.