Libraries tagged by mocking-library
phpspec/prophecy-phpunit
38802403 Downloads
Integrating the Prophecy mocking library in PHPUnit test cases
10up/wp_mock
2406074 Downloads
A mocking library to take the pain out of unit testing for WordPress
quizlet/hammock
443213 Downloads
Hammock is a stand-alone mocking library for Hacklang.
qratorlabs/smocky
5799 Downloads
Mocking library based on runkit
mpyw/mockery-pdo
5903 Downloads
BDD-style PDO Mocking Library for Mockery
mpyw/laravel-database-mock
4817 Downloads
Database Mocking Library which mocks PDO underlying Laravel Connection classes
alperakgun/wp_nock
3702 Downloads
WP_Http server mocking library for PHP/WordPress
facile-it/moka
11641 Downloads
Shorthand for creating mock objects
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.
talentrydev/prophecy-phpunit
289 Downloads
Integrating the Prophecy mocking library in PHPUnit test cases
redhead/mockyll
7 Downloads
Mocking library for PHP (>= 5.4).
mockrr/mockrr
8 Downloads
Simple, zero-dependency API mocking library.
gsdev/mockery-container
1 Downloads
A mock container that works with the mocking library Mockery
donatj/mock-duck
0 Downloads
Sane mocking library
cyruscollier/phpspec-php-mock
403 Downloads
Adds the PHP Mock function mocking library as a phpspec Collaborator