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

https://github.com/icanhazstring/phpunit-trump-extension

"If We Stop Testing, We’d Have Fewer Cases"
https://github.com/icanhazstring/phpunit-trump-extension

Last synced: about 1 year ago
JSON representation

"If We Stop Testing, We’d Have Fewer Cases"

Awesome Lists containing this project

README

          

# Phpunit Trump Extension

The "Trump Extension" will act as if there are no tests. This
is because if you don't have tests, they can't fail right?

## Installation

You can install Trump Extension via [Composer](http://getcomposer.org)

composer require icanhazstring/phpunit-trump-extension:dev-main --dev

## Usage

Just enable it by adding the following to your test suite's `phpunit.xml` file:

```xml

...


```

Now run your test suite as normal.

In CI tools environments, test suites execution will end with `No Tests execute!` ( exit code 0) whether or not your assertions are false or unwanted exceptions are thrown.

## License

phpunit-trump-extension is available under the MIT License.