Libraries tagged by mocks
joshmoody/mock-data
243 Downloads
Generate realistic test data.
fittinq/symfony-mock
7633 Downloads
degaray/mock-soapclient
399 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.
builtnorth/wp-mock-stand-ins
5 Downloads
Minimal WordPress core class stand-ins for WP_Mock-based PHPUnit tests (WP_Error, WP_Query, WP_REST_Request, etc.) — no WordPress install required.
blackbird/magento-mock-object
247 Downloads
N/A
awesomite/mock-finals
13 Downloads
Mocking final classes and methods
americanreading/view-mock
3239 Downloads
Test double for View
pagely/http-mock
139399 Downloads
Mock HTTP requests on the server side in your PHP unit tests, PSR/7 Fork of internations version
brain/hooks-mock
67 Downloads
A mocking class utility for WordPress hooks
wellrested/test
7795 Downloads
Test cases and doubles for use with WellRESTed
shyru/timedilation
12409 Downloads
Mocking time() for PHPUnit
quizlet/hammock
445490 Downloads
Hammock is a stand-alone mocking library for Hacklang.
phpixie/illusion
20 Downloads
Mock HTTP testing server
pdo-proxy/pdo-proxy
26 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.
mtk3d/laravel-http-vcr
5 Downloads
Record and replay HTTP requests in Laravel tests — every Http:: facade call goes through a cassette, with nothing to wire up. The Laravel bridge for mtk3d/http-vcr.