Libraries tagged by test mock
eventjet/test-double
12 Downloads
Reusable PSR-compliant test doubles for HTTP clients, loggers, and SOAP clients
ericfortmeyer/mock-extern-service
10 Downloads
To mock service like mail or UDP socket for functional Tests. TDD, PHPUnit
elmpp/mockery
33 Downloads
Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.
cyruscollier/phpspec-php-mock
404 Downloads
Adds the PHP Mock function mocking library as a phpspec Collaborator
c-malet/class-test
3345 Downloads
PHP Class testing
bilge/mockery
32 Downloads
Mockery is a simple yet flexible PHP mock object framework
avris/function-mock
32 Downloads
Lightweight class for mocking global functions
malkusch/php-mock
5409 Downloads
Use the new package php-mock/php-mock.
jfalque/http-mock-guzzle
7130 Downloads
Integrates jfalque/http-mock into Guzzle
ehough/mockery
883 Downloads
Fork of padraic/mockery compatible with PHP 5.2+.
neznajki/codeception-test-engine
12 Downloads
just a cool library that will have some useful test traits for unit testing. TODO fix issues with gossi/php-code-generator for private mocking
homedistil/eloquent-mockery
4 Downloads
Allows you to design your tests in an independent manner.
detain/test-generator
19 Downloads
Generate test cases for existing files (fork of https://github.com/detain/php-test-generator )
cabdesigns/trace-test-listener
13 Downloads
Searches the call trace when running your unit tests. Useful for identifying dependencies that should be mocked.
aliameen/laravel-test-helpers
0 Downloads
PHPUnit testing helpers for Laravel - simplify mocking