Libraries tagged by mmock
megao-phpunit/phpunit-mock-objects
10 Downloads
Mock Object library for PHPUnit
lancerhe/phpunit-mock
16869 Downloads
PHPUnit extension to Mock PHP internal functions using Runkit.
kohanaworld/http-mock
11 Downloads
Mock HTTP requests on the server side in your PHP unit tests, PSR/7 Fork of internations version php: >= 8.2
klako/mocknet
2 Downloads
En replika av Scoutnet.
kaiseki/laravel-helper-mocks
353 Downloads
Mock laravel helper functions
jsiefer/mage-mock
89 Downloads
Mock the Magento Framework
joshmoody/mock-data
237 Downloads
Generate realistic test data.
jdgrimes/wp-filesystem-mock
3093 Downloads
Shim for the WordPress filesystem API to use a mock filesystem in PHPUnit tests
gwa/mockery-wp-bridge
1333 Downloads
WpBridge is a simple bridge to mock all wordpress function.
eltrino/phpunit-mockannotations
7998 Downloads
PHPUnit MockAnnotations
edmondscommerce/mock-server
2782 Downloads
...
doppiogancio/mocked-symfony-client
4606 Downloads
A simple way to mock Symfony clients
darling/php-mocking-utilities
469 Downloads
The PHPMockingUtilities library provides classes that can be used to mock various types of values.
czukowski/phpunit-mock-dibi
1460 Downloads
Dibi mocking helpers for PHPUnit
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.