Libraries tagged by test-doubles
mockery/mockery
534990699 Downloads
Mockery is a simple yet flexible PHP mock object framework
php-mock/php-mock-phpunit
9144792 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
20314310 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
11689066 Downloads
Integration package for PHP-Mock
phake/phake
8290664 Downloads
The Phake mock testing library
php-mock/php-mock-mockery
2336494 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-prophecy
528951 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
448113 Downloads
Simple file fetching interface
wmde/psr-log-test-doubles
153765 Downloads
Test Doubles for the PSR-3 Logger Interface
jeroen/psr-log-test-doubles
89967 Downloads
Test Doubles for the PSR-3 Logger Interface
docteurklein/test-double-bundle
97227 Downloads
Easily create test doubles using symfony DIC
wmde/clock
84166 Downloads
Simple interface to get the current time without binding to global system resources. Includes test doubles!
jeroen/message-reporter
31032 Downloads
An interface to report and relay arbitrary messages to registered handlers, plus test doubles
lastzero/test-tools
44474 Downloads
Increases testing productivity by adding a service container and self-initializing fakes to PHPUnit
zalas/phpunit-doubles
13488 Downloads
Initialises test doubles in PHPUnit test cases for you