Libraries tagged by mockery
precision-soft/symfony-phpunit
688 Downloads
library used to make writing phpunit tests easier
jasonmccreary/test-double
5 Downloads
facile-it/moka
11641 Downloads
Shorthand for creating mock objects
crimsonkissaki/mockmaker
42 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
unit-testing/mockery-helper
67 Downloads
a simple trait for convenient implementation of mockery mocks and spies in PHPUnit tests
gwa/mockery-wp-bridge
1335 Downloads
WpBridge is a simple bridge to mock all wordpress function.
granam/test-with-mockery
373 Downloads
Mockery test helper ensuring mocked method exists
elmpp/mockery
29 Downloads
Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.
bilge/mockery
21 Downloads
Mockery is a simple yet flexible PHP mock object framework
thinkverse/pest-plugin-mockery
5 Downloads
Add mockery global helpers to PestPHP
ostark/craft-mockery
18 Downloads
Mockery for Craft
ehough/mockery
880 Downloads
Fork of padraic/mockery compatible with PHP 5.2+.
akamon/mockery-callable-mock
36961 Downloads
Mockery Callable Mock
acid/mockery
119 Downloads
Acid Mockery Extension
synaq/mockery-extras
2852 Downloads
Extra matching tools for the Mockery framework.