Libraries tagged by moc
sanmai/duoclock
57250 Downloads
PHP time mocking for tests - PSR-20 clock with mockable sleep(), time(), and TimeSpy for PHPUnit testing
ptrofimov/xpmock
465847 Downloads
PHPUnit: simple syntax to create mock-objects
jimbojsb/pseudo
71653 Downloads
PDO/MySQL Connection Mocking
codeception/util-universalframework
2809496 Downloads
Mock framework module used in internal Codeception tests
ciareis/bypass
11643 Downloads
Bypass for PHP provides a quick way to create a custom instead of an actual HTTP server to return prebaked responses to client requests. This is most useful in tests, when you want to create a mock HTTP server and test how your HTTP client handles different types of responses from the server.
anteris-dev/data-transfer-object-factory
80800 Downloads
Gives an easy-to-use API for mocking Data Transfer Objects.
adriansuter/php-autoload-override
47567 Downloads
Override global scoped fully qualified function calls inside your class methods in order to be able to mock them during testing.
ybelenko/openapi-data-mocker
20935 Downloads
Library that generates fake data from Swagger 2.0|Openapi 3.0 spec
phpunit/phpunit-mock-objects
Downloads
tomb1n0/guzzle-mock-handler
50038 Downloads
systemhaus/guzzle-http-mock
95875 Downloads
A mock library for verifying requests made with the Guzzle Http Client, and mocking responses.
reecem/mocker
238980 Downloads
Mock class constructor args based on the reflection class
ramunasd/symfony-container-mocks
92439 Downloads
Provides extended Symfony dependency injection container enabling service mocking.
polishsymfonycommunity/symfony2-mocker-extension
251114 Downloads
Behat extension for mocking services defined in the Symfony2 dependency injection container.
mcustiel/mockable-datetime
555319 Downloads
A DateTime library that allows mock dates and times in UnitTests.