Libraries tagged by test double
bkubicki/magento2-unit-tests-doubles
11339 Downloads
Unit tests doubles for Magento 2
eloquent/phpstan-phony
104444 Downloads
PHPStan configuration for Phony.
eloquent/phony-kahlan
76072 Downloads
Phony for Kahlan.
wmde/clock
56332 Downloads
Simple interface to get the current time without binding to global system resources. Includes test doubles!
tweakers/symfony-service-mock
53996 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.
docteurklein/test-double-bundle
96059 Downloads
Easily create test doubles using symfony DIC
teamgantt/phony-kahlan
626 Downloads
Phony for Kahlan.
teamgantt/phony
627 Downloads
Mocks, stubs, and spies for PHP.
mschop/simplified-isolator
13368 Downloads
Simplified isolator without dynamic code generation as replacement for icecave/isolator.
jeroen/post-request-sender
23790 Downloads
Micro library with interface for sending post requests. Includes test doubles and adapters
jasonmccreary/test-double
5 Downloads
dancras/doubles
95 Downloads
A test doubles framework
wellrested/test
7111 Downloads
Test cases and doubles for use with WellRESTed
isidromerayo/simple_php_skeleton
100 Downloads
Simple skeleton PHP project with Symfony2 components
crimsonkissaki/mockmaker
42 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.