Libraries tagged by Test Doubles
mockery/mockery
454100871 Downloads
Mockery is a simple yet flexible PHP mock object framework
php-mock/php-mock
15585198 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.
php-mock/php-mock-phpunit
7121127 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.
phake/phake
7678894 Downloads
The Phake mock testing library
php-mock/php-mock-mockery
1753877 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
9098098 Downloads
Integration package for PHP-Mock
php-mock/php-mock-prophecy
417023 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.
icecave/isolator
1307547 Downloads
Dependency injection for global functions.
eloquent/phony
455394 Downloads
Mocks, stubs, and spies for PHP.
wmde/psr-log-test-doubles
122831 Downloads
Test Doubles for the PSR-3 Logger Interface
jeroen/psr-log-test-doubles
68569 Downloads
Test Doubles for the PSR-3 Logger Interface
jeroen/file-fetcher
327578 Downloads
Simple file fetching interface
wmde/clock
62275 Downloads
Simple interface to get the current time without binding to global system resources. Includes test doubles!
tweakers/symfony-service-mock
59615 Downloads
Proxy layer to allow services to have their internals replaced with a test double, without affecting a service-container's (i.e. Symfony) bindings.
zalas/phpunit-doubles
12257 Downloads
Initialises test doubles in PHPUnit test cases for you