chrisdicarlo/phpunit-failed-runner

Run only your failed PHPUnit tests

v1.3 2022-12-19 22:56 UTC

This package is auto-updated.

Last update: 2024-10-24 08:11:00 UTC


README

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 chris@dicarlosystems.ca instead of using the issue tracker.

Credits

License

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