Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/inpsyde/monkery-test-case

Composes all relevant packages for WP components unit testing
https://github.com/inpsyde/monkery-test-case

mockery php phpunit testing wordpress

Last synced: 10 days ago
JSON representation

Composes all relevant packages for WP components unit testing

Awesome Lists containing this project

README

        

# Monkery test case

Composes all relevant packages for WP components unit testing ([brain/monkey](https://brain-wp.github.io/BrainMonkey/) and mockery) and provides test cases for PHPUnit that bootstrap Mockery and BrainMonkey. _Monkery_ is a portmanteau of Mockery and Monkey.

Installation:
```
composer require --dev inpsyde/monkery-test-case
```

## Writing tests

```php