Libraries tagged by mocker
synaq/mockery-extras
2853 Downloads
Extra matching tools for the Mockery framework.
rtablada/model-mockers
13 Downloads
A wrapper that allows for wicked fast mocking of Eloquent Models
rossriley/doctrine-mocker
1032 Downloads
Classes to help mock Doctrine ORM objects
nulldark/plugin-mockery
58 Downloads
Psalm plugin for Mockery
keystone/mockery-callable-mock
20 Downloads
jsiefer/class-mocker
135 Downloads
Can mock entire frameworks or namespaces
idimsh/php-internals-mocker
7 Downloads
Helps mocking PHP internal functions calls
gwa/mockery-wp-bridge
1342 Downloads
WpBridge is a simple bridge to mock all wordpress function.
gsdev/mockery-container
1 Downloads
A mock container that works with the mocking library Mockery
griffin-mocker/griffin-mocker
551 Downloads
A PHP data mocker that provides procedurally generated mocks.
granam/test-with-mockery
382 Downloads
Mockery test helper ensuring mocked method exists
ganxiangdong/power-mocker
4 Downloads
This is a power mocker tool. You can mock anything
elmpp/mockery
33 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.
drosalys-web/http-mocker
8 Downloads
A PHP library used to create HTTP Mock. Useful for APIs.
davesweb/mockery-helper
30 Downloads
A set of helpers to create useful unit tests that use the Mockery library