phpunit-mock
There are 6 repositories under phpunit-mock topic.
mnapoli/phpunit-easymock
Build PHPUnit mocks easily
kenjis/phpunit-helper
Helpers for PHPUnit. Easy mock creation and easy private property/method testing.
tweakers/symfony-service-mock
Proxy layer to allow services to have their internals replaced with a test double, without affecting a service-container's (i.e. Symfony) bindings.
RafaCalderonR/Testing-Classes-PhpUnit
Testing php classes with phpunit and mockery
code-architect/PHPUnit-Advance-Testing
PHPUnit testing with use of Mock, Stub, Dummy, Code-coverage, Data-Providers
potherca-blog/phpunit-mock-function
Trait that allows mocking functions in PhpUnit testcase.