Libraries tagged by function mock
php-mock/php-mock
13086405 Downloads
PHP-Mock can mock built-in PHP functions (e.g. time()). PHP-Mock relies on PHP's namespace fallback policy. No further extension is needed.
brain/monkey
8581090 Downloads
Mocking utility for PHP functions and WordPress plugin API
php-mock/php-mock-phpunit
5973860 Downloads
Mock built-in PHP functions (e.g. time()) with PHPUnit. This package relies on PHP's namespace fallback policy. No further extension is needed.
lucatume/function-mocker
1164847 Downloads
Function mocking with Patchwork
php-mock/php-mock-mockery
1440889 Downloads
Mock built-in PHP functions (e.g. time()) with Mockery. This package relies on PHP's namespace fallback policy. No further extension is needed.
php-mock/php-mock-integration
7635509 Downloads
Integration package for PHP-Mock
lstrojny/phpunit-function-mocker
331305 Downloads
Allows mocking otherwise untestable PHP functions through the use of namespaces
php-mock/php-mock-prophecy
351692 Downloads
Mock built-in PHP functions (e.g. time()) with Prophecy. This package relies on PHP's namespace fallback policy. No further extension is needed.
brain/faker
67274 Downloads
Faker (phpfaker/faker) for WordPress via Brain Monkey
icecave/isolator
1281222 Downloads
Dependency injection for global functions.
lucatume/function-mocker-le
145164 Downloads
A lightweight function mocking solution.
duncan3dc/uopz-expectations
177254 Downloads
Mock core functions and set up expectations similar to Mockery
phpcurl/curlwrapper
103264 Downloads
The simplest OOP wrapper for curl, curl_multi, curl_share functions. Use CURL as a dependency, not hard-coded!
adriansuter/php-autoload-override
28844 Downloads
Override global scoped fully qualified function calls inside your class methods in order to be able to mock them during testing.
myplanetdigital/function_mock
51375 Downloads
Framework that helps mocking functions for unit testing PHP scripts