Libraries tagged by mocking
eloquent/phpstan-phony
103817 Downloads
PHPStan configuration for Phony.
eloquent/phony-kahlan
74147 Downloads
Phony for Kahlan.
vasilevit/aspect-mock
6104 Downloads
Experimental Mocking Framework powered by Aspects
qratorlabs/smocky
5090 Downloads
Mocking library based on runkit
pseudo/pseudo
2106 Downloads
A system for mocking PHP PDO connections
pretzlaw/wp-integration-test
23272 Downloads
Mocking return value of functions/filters and more for testing WordPress with PHPUnit.
php-extended/php-simple-cache-noop
7400 Downloads
A psr-16 compliant cache that caches nothing, for mocking purposes.
czukowski/phpunit-mock-db
14410 Downloads
Database Abstraction Layer mocking helpers for PHPUnit
myplanetdigital/function_mock
50492 Downloads
Framework that helps mocking functions for unit testing PHP scripts
teamgantt/phony-kahlan
118 Downloads
Phony for Kahlan.
teamgantt/phony
119 Downloads
Mocks, stubs, and spies for PHP.
stratedge/wye
5051 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.
lichtner/laravel-mock-api
208 Downloads
Easy to use, but the powerful micro library for mocking external API
jeremeamia/func-mocker
19 Downloads
Allows you to overwrite global function used within a namespace for the purposes of testing.
idimsh/better-bypass-finals
2342 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes