Libraries tagged by Mock Builder
codeception/stub
58963997 Downloads
Flexible Stub wrapper for PHPUnit's Mock Builder
easy-http/mock-builder
16154 Downloads
A fluid interface to build HTTP mocks with an expressive syntax
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.
cydrickn/laravel-query-factory
11 Downloads
Query Factory use for easily mock your query builder without sending query from real database
silencedis/phpunit-mock-helper
1356 Downloads
A convenient helper for creating mock objects for phpunit. The helper uses the phpunit's mock builder. But it allows to create a mock object in one step using simple configuration.
hungdx/mock-builder
35 Downloads
The Mock builder for Laravel Framework. Use for unit test
romeoz/rock-url
1424 Downloads
A simple PHP library to parse and builder URLs
romeoz/rock-mongodb
666 Downloads
Object Document Mapper (ODM) for MongoDB.