Libraries tagged by mock objects
pdo-proxy/pdo-proxy
25 Downloads
PDO Proxy is a simple, event-driven PDO wrapper that allows to intercept and alter execution of all PDO methods. The PDOProxy\PDO and PDOProxy\PDOStatement classes extend the native PDO and PDOStatement classes, therefore they are compatible with any method expecting regular PDO 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.
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
24 Downloads
Mock objects of ffa-php-core for development and testing
johnshopkins/mock-object
7 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
degaray/mock-soapclient
382 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
5367 Downloads
A pluf mock object and test utilities
pedrohenrique-conectala/teste01
2 Downloads
feedtailor/mocking-property-modifier
101 Downloads
A property modifier for Mock object.
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.