Libraries tagged by mock objects
zeus/mock
12 Downloads
This library allows you to create mock objects.
silencedis/phpunit-mock-helper
1356 Downloads
A convenient helper for creating mock objects for phpunit. The helper uses the phpunit's mock builder. But it allows to create a mock object in one step using simple configuration.
shadiakiki1986/ffa-php-mock
26 Downloads
Mock objects of ffa-php-core for development and testing
megao-phpunit/phpunit-mock-objects
11 Downloads
Mock Object library for PHPUnit
johnshopkins/mock-object
10 Downloads
A library that helps to create mock objects in PHPUnit
jervdesign/php-unit-mock
774 Downloads
Base Class for creating reusable PHPUnit Mock Objects
blackbird/magento-mock-object
128 Downloads
N/A
openmage-module-fostering/zookal_mock
2 Downloads
Transparent auto detecting of disabled core modules & exten. Providing mock objects for not breaking Magento.
apie/mock-objects
6 Downloads
Composer package of the apie library: mock objects
degaray/mock-soapclient
385 Downloads
This class is used to overwrite the functionality of the soapclient. It is very usefull when mocking objects expected from soap calls to web sevices in unit testing.
rtablada/model-mockers
13 Downloads
A wrapper that allows for wicked fast mocking of Eloquent Models
pluf/test
5386 Downloads
A pluf mock object and test utilities
pedrohenrique-conectala/teste01
2 Downloads
feedtailor/mocking-property-modifier
103 Downloads
A property modifier for Mock object.
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.