Libraries tagged by mock objects
alaneor/ldap
61 Downloads
A simple class encapsulation of php's ldap functions
lastcraft/simpletest
21844 Downloads
Unit testing, mock objects and web testing framework for PHP built around test cases.
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
9 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
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
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.