Libraries tagged by mock objects
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.
devello/stubber
4810 Downloads
Mock Object library
bilge/mockery
32 Downloads
Mockery is a simple yet flexible PHP mock object framework
komex/delusion
93 Downloads
Mock object instrument. Allows to mock and stub all not build-in objects and static classes.
ehough/mockery
883 Downloads
Fork of padraic/mockery compatible with PHP 5.2+.
rossriley/doctrine-mocker
1032 Downloads
Classes to help mock Doctrine ORM objects
komex/influence
32 Downloads
Mocking any objects and classes
williamgall/simpletest
148 Downloads
SimpleTest is a framework for unit testing, web site testing and mock objects for PHP.
mockfromyaml/mockfromyaml
1 Downloads
PHP traits to mock objects from arrays and read the data provider arrays from yaml files.
lubosdz/simpletest
35 Downloads
SimpleTest is a framework for unit testing, web site testing and mock objects for PHP.
liuqian123/test
6 Downloads
Mock Object library for PHPUnit
ilune/simpletest
604 Downloads
It's a framework for unit testing, web site testing and mock objects for PHP 5.0.5+
garyjl/simpletest
31 Downloads
Unit testing, mock objects and web testing framework for PHP built around test cases.
feedtailor/mocking-method-invoker
126 Downloads
Any methods invoker for Mock object.
ozziest/mocker
10 Downloads
Simple mock objects for laravel bench packages