Libraries tagged by mmock
lanfix/aspect-mock
151439 Downloads
Experimental Mocking Framework powered by Aspects
kcs/function-mock
570 Downloads
Mock PHP unqualified functions inside namespaces
kaiseki/laravel-helper-mocks
649 Downloads
Mock laravel helper functions
jsiefer/mage-mock
95 Downloads
Mock the Magento Framework
joshmoody/mock-data
243 Downloads
Generate realistic test data.
jeremeamia/func-mocker
22 Downloads
Allows you to overwrite global function used within a namespace for the purposes of testing.
eltrino/phpunit-mockannotations
7999 Downloads
PHPUnit MockAnnotations
doppiogancio/mocked-symfony-client
4648 Downloads
A simple way to mock Symfony clients
czukowski/phpunit-mock-dibi
1656 Downloads
Dibi mocking helpers for PHPUnit
crimsonkissaki/mockmaker
44 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.
cheprasov/php-extra-mocks
599 Downloads
ExtraMocks are a tools that give extra functionality for Mocks.
brunty/phpunit-vicious-mockery
2 Downloads
A silly extension to PHPUnit to insult you when your tests fail.
blok/laravel-mock
1086 Downloads
An easy mock api helper that simulate GET, PUT, DELETE, POST requests in a json folder
baopham/api-mocker
193005 Downloads
API mocker for Laravel apps
awesomite/mock-finals
13 Downloads
Mocking final classes and methods