Libraries tagged by mocking
neznajki/codeception-test-engine
12 Downloads
just a cool library that will have some useful test traits for unit testing. TODO fix issues with gossi/php-code-generator for private mocking
neoan3-apps/file-away
24 Downloads
dead-simple file "database" for testing, mocking, click-dummies & POCs
nbj/redis-mock
4962 Downloads
Library for mocking Redis
mrkrstphr/peridot-automock-plugin
321 Downloads
A plugin to reduce mocking boilerplate for a given class using Prophecy
morrisville/stubs
7 Downloads
Stubs for mocking
mockrr/mockrr
9 Downloads
Simple, zero-dependency API mocking library.
mockarena/mockarena
10476 Downloads
A function mocking utility for PHP
mawebdk/utc-datetime
9 Downloads
Representation of a UTC date and time with easy mocking of current date and time for testing.
mawebdk/clock
23 Downloads
Representation of a clock with easy mocking of current date and time for testing.
lars/simple-router
420 Downloads
Supersimple router for mocking
komex/influence
32 Downloads
Mocking any objects and classes
jbzoo/mock-server
2162 Downloads
Flexible HTTP mocking application for testing and fast prototyping
jaysn/spongemock
2 Downloads
A PHP Helper for mOCkInG tExt LIkE sPoNgEbOb WOuLd
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.