Libraries tagged by mocking
facebook/fbmock
18273 Downloads
FBMock is a PHP mocking framework designed to be simple and easy to use.
darling/php-mocking-utilities
704 Downloads
The PHPMockingUtilities library provides classes that can be used to mock various types of values.
tarantool/phpunit-extras
73963 Downloads
A collection of helpers for PHPUnit to ease testing Tarantool libraries.
stratedge/wye
5172 Downloads
A library that makes unit testing database-driven code in PHP a breeze. Mock the native PDO class, define query results, and inspect executed statements.
shyru/timedilation
12195 Downloads
Mocking time() for PHPUnit
rtens/mockster
4089 Downloads
PHP Mocking framework
ohseesoftware/laravel-veneer
435 Downloads
Laravel Veneer offers a suite of fixture data and mocking methods for you to use to coverage the 80% of mocking 3rd party services.
lichtner/laravel-mock-api
239 Downloads
Easy to use, but the powerful micro library for mocking external API
jsiefer/mage-mock
95 Downloads
Mock the Magento Framework
jeremeamia/func-mocker
22 Downloads
Allows you to overwrite global function used within a namespace for the purposes of testing.
facile-it/moka
11641 Downloads
Shorthand for creating mock objects
belanur/mokka
34 Downloads
Mokka PHP Mocking Framework
arron/testit
193 Downloads
Addon for PHPUnit to easily mocking dependencies and testing calling them.
aeris/guzzle-http-mock
13039 Downloads
A mock library for verifying requests made with the Guzzle Http Client, and mocking responses.
idimsh/better-bypass-finals
2747 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes