Libraries tagged by test double
mockery/mockery
517617419 Downloads
Mockery is a simple yet flexible PHP mock object framework
php-mock/php-mock-phpunit
8752204 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.
php-mock/php-mock
19414288 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.
phake/phake
8192261 Downloads
The Phake mock testing library
php-mock/php-mock-integration
11192944 Downloads
Integration package for PHP-Mock
php-mock/php-mock-mockery
2218821 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.
eloquent/phony
466761 Downloads
Mocks, stubs, and spies for PHP.
php-mock/php-mock-prophecy
514913 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.
jeroen/file-fetcher
419840 Downloads
Simple file fetching interface
icecave/isolator
1346358 Downloads
Dependency injection for global functions.
wmde/psr-log-test-doubles
147680 Downloads
Test Doubles for the PSR-3 Logger Interface
jeroen/psr-log-test-doubles
82833 Downloads
Test Doubles for the PSR-3 Logger Interface
docteurklein/test-double-bundle
96783 Downloads
Easily create test doubles using symfony DIC
eloquent/phony-phpunit
255921 Downloads
Phony for PHPUnit.
wmde/clock
77425 Downloads
Simple interface to get the current time without binding to global system resources. Includes test doubles!