Libraries tagged by mocking
xalaida/pdo-mock
4 Downloads
Library for mocking database interactions in unit tests.
php-extended/php-simple-cache-noop
7603 Downloads
A psr-16 compliant cache that caches nothing, for mocking purposes.
ordinary/clock
146 Downloads
A simple PSR-20 Clock implementation for accessing and mocking the current time.
m3m0r7/method-injector
2 Downloads
The library enhance mocking your test.
lanfix/aspect-mock
151827 Downloads
Experimental Mocking Framework powered by Aspects
jimbojsb/spray
158 Downloads
A tool for mocking PHP Streams
helpscout/specter-php
570 Downloads
JSON API Mocking and Testing for PHP
fintem/unit-test-case
19523 Downloads
Simplified phpunit mocking.
emmo00/mock-paystack-laravel
104 Downloads
PHP package for mocking Paystack responses and webhooks in your Laravel Test suite
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.
awesomite/mock-finals
13 Downloads
Mocking final classes and methods
aksoyih/http-mock
175 Downloads
A PHP library for mocking HTTP clients with customizable responses and behaviors
usox/hackmock
1716 Downloads
Mocking framework for hacklang
helpscout/specter
589 Downloads
JSON API Mocking and Testing for PHP
brain/hooks-mock
67 Downloads
A mocking class utility for WordPress hooks