Libraries tagged by test double
mockery/mockery
538555024 Downloads
Mockery is a simple yet flexible PHP mock object framework
php-mock/php-mock-phpunit
9220603 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
20512574 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
11784934 Downloads
Integration package for PHP-Mock
phake/phake
8309154 Downloads
The Phake mock testing library
php-mock/php-mock-mockery
2359194 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
531921 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
451735 Downloads
Simple file fetching interface
icecave/isolator
1358523 Downloads
Dependency injection for global functions.
eloquent/phony
469555 Downloads
Mocks, stubs, and spies for PHP.
wmde/psr-log-test-doubles
154724 Downloads
Test Doubles for the PSR-3 Logger Interface
jeroen/psr-log-test-doubles
91410 Downloads
Test Doubles for the PSR-3 Logger Interface
jasonmccreary/test-double
385 Downloads
A modern PHP double library that puts developer experience first.
docteurklein/test-double-bundle
97325 Downloads
Easily create test doubles using symfony DIC
mschop/simplified-isolator
29852 Downloads
Simplified isolator without dynamic code generation as replacement for icecave/isolator.