Libraries tagged by test-doubles
mockery/mockery
558212318 Downloads
Mockery is a simple yet flexible PHP mock object framework
php-mock/php-mock-phpunit
9608091 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
21431294 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-integration
12270373 Downloads
Integration package for PHP-Mock
phake/phake
8399878 Downloads
The Phake mock testing library
php-mock/php-mock-mockery
2463781 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.
jasonmccreary/double
34074 Downloads
A modern PHP double library that puts developer experience first.
php-mock/php-mock-prophecy
547598 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
470373 Downloads
Simple file fetching interface
wmde/psr-log-test-doubles
159622 Downloads
Test Doubles for the PSR-3 Logger Interface
jeroen/psr-log-test-doubles
98359 Downloads
Test Doubles for the PSR-3 Logger Interface
docteurklein/test-double-bundle
97729 Downloads
Easily create test doubles using symfony DIC
rasuvaeff/understudy
5222 Downloads
Test double library for PHP with a call-closure API
chubbyphp/chubbyphp-mock
214850 Downloads
A strict mocking solution. It works with any testing framework; the examples below use PHPUnit.
wmde/clock
91317 Downloads
Simple interface to get the current time without binding to global system resources. Includes test doubles!