Libraries tagged by mockery
facile-it/moka
11640 Downloads
Shorthand for creating mock objects
detain/test-generator
13 Downloads
Generate test cases for existing files (fork of https://github.com/detain/php-test-generator )
drjele/symfony-phpunit
1290 Downloads
Library used to make writing phpunit tests easier
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
66 Downloads
a simple trait for convenient implementation of mockery mocks and spies in PHPUnit tests
granam/test-with-mockery
323 Downloads
Mockery test helper ensuring mocked method exists
elmpp/mockery
27 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.
nulldark/plugin-mockery
58 Downloads
Psalm plugin for Mockery