Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/esler/phpunit-graceful-interrupt

Allow gracefully interrupt running PHPUnit tests
https://github.com/esler/phpunit-graceful-interrupt

phpunit phpunit-extension phpunit-listener phpunit-tests

Last synced: 25 days ago
JSON representation

Allow gracefully interrupt running PHPUnit tests

Awesome Lists containing this project

README

        

## Description
A simple plug-in which allows to you interrupt running PHPUnit tests **gracefully**.

## Instalation
```bash
composer require --dev esler/phpunit-graceful-interrupt
```

#### For PHPUnit >= 10
```xml
Add extension to your `phpunit.xml`



```

#### For PHPUnit < 10
Add listener to your `phpunit.xml`
```xml



```

## Usage
Just hit `Ctrl+\` to interrupt running tests. Errors and failures from previous tests will be shown.

More [info](https://github.com/esler/phpunit-graceful-interrupt/wiki).

## License
MIT