Libraries tagged by mocks
madkom/pact-php-client
14825 Downloads
Client written in PHP for Pact-Mock-Service
kassko-php/unit-tests-generator
74 Downloads
A unit tests generator
jasonmccreary/test-double
5 Downloads
isidromerayo/simple_php_skeleton
103 Downloads
Simple skeleton PHP project with Symfony2 components
hi-media/pdo-tools
1585 Downloads
Simplifies the build of a database for testing purposes and allows you to easily verify the contents of a database after operations.
facile-it/moka
11641 Downloads
Shorthand for creating mock objects
dotink/lab
308 Downloads
Lab is a concise and direct testing framework
doppiogancio/mocked-symfony-client
4648 Downloads
A simple way to mock Symfony clients
darkmatus/phiremock-server
1157 Downloads
A mocker for HTTP and REST services
darkmatus/phiremock-common
1143 Downloads
Common libraries for Phiremock
darkmatus/phiremock-client
1134 Downloads
Client library to communicate with Phiremock server
darkmatus/phiremock
1139 Downloads
A mocker for HTTP and REST services. Full bundle.
dancras/doubles
97 Downloads
A test doubles framework
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
c-malet/class-test
3137 Downloads
PHP Class testing