inpsyde / monkery-test-case
Composition package of brain/monkey and mockery/mockery with a custom test case class for PHPUnit
Installs: 25 700
Dependents: 11
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 3
Open Issues: 0
Requires
- php: >=7.2
- brain/monkey: ^2.0
- mockery/mockery: ^1.3
Requires (Dev)
- phpunit/phpunit: ^8.0 | ^9.0
Suggests
- phpunit/phpunit: Unit testing framework. Usually installed globally.
Conflicts
- phpunit/phpunit: <8
README
Composes all relevant packages for WP components unit testing (brain/monkey 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 use MonkeryTestCase\BrainMonkeyWpTestCase; class MyTest extends BrainMonkeyWpTestCase { public function testAnything() { // use \Mockery and \Brain\Monkey here } }
But why?
Working on large projects with several packages that all declare a ...\Tests\MockeryTestCase
class which does exactly
the same will result in a confusing list of autocomplete suggestions in your IDE. Also, with one central FQCN for the
test case class you can use an IDE file template across packages.
Other Notes
Crafted by Inpsyde
The team at Inpsyde is engineering the Web since 2006.
Bugs, technical hints or contribute
Please give us feedback, contribute and file technical bugs on GitHub Repo.
License
Good news, this plugin is free for everyone! Since it's released under the GPL, you can use it free of charge on your personal or commercial blog.