Skip to content

chrisdicarlo/phpunit-failed-runner

Repository files navigation

Run Only Your Failed Tests

Latest Version on Packagist Total Downloads

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 [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.