Libraries tagged by mocking
jakehenshall/pest-plugin-wordpress
6 Downloads
The most comprehensive WordPress testing framework built on Pest PHP v4. Includes PHPStan v2.1 for static analysis, SQLite for fast testing, and 150+ helper functions. Test WordPress plugins and themes with Laravel-style syntax. Browser testing, HTTP testing, email mocking, AJAX testing, REST API helpers, test sharding, time travel, and more. Zero configuration required.
incraigulous/data-factories
449 Downloads
A data factory helper class for mocking data. This is inspired by Laravel's model factories, the difference being that data factories are not tied to a model. Data factories are great for mocking api responses, requests or other data not persisted to a database. Data Factories are not dependant on Laravel, so you can use this package anywhere.
idimsh/php-internals-mocker
7 Downloads
Helps mocking PHP internal functions calls
iainconnor/jabber-jay
41 Downloads
API mocking and routing by Annotations.
gsdev/mockery-container
1 Downloads
A mock container that works with the mocking library Mockery
gg-apis/blizzard-mock-fixture
26 Downloads
A set of JSON fixtures that allows mocking Blizzard's API
genesis/phpunitassister
135 Downloads
Extends the phpunit WebTestCase class to provide easier mocking and assertions (chain mocking and chain assertions)
fintem/unit-test-case
19542 Downloads
Simplified phpunit mocking.
exan/moock
37 Downloads
Modern class mocking package
e3n/testing-unit-creator
0 Downloads
Creates the unit under test while mocking dependencies.
donatj/mock-duck
0 Downloads
Sane mocking library
dia-nz/silverstripe-phockito
130 Downloads
Integrate Phockito (a PHP Mocking framework) with SilverStripe
czukowski/phpunit-mock-dibi
1656 Downloads
Dibi mocking helpers for PHPUnit
cyruscollier/phpspec-php-mock
404 Downloads
Adds the PHP Mock function mocking library as a phpspec Collaborator
crashuxx/phockito
4276 Downloads
PHP Mocking framework inspired by Mockito for Java