Libraries tagged by test mock
thinkverse/pest-plugin-mockery
6 Downloads
Add mockery global helpers to PestPHP
nerds-and-company/craft-unit-test-suite
5386 Downloads
A library that helps you mocking Craft database/model classes
laelaps/phpunit-test-aware
62 Downloads
Collection of PHPUnit aware objects for some deeper testing and mocking.
codenamephp/platform.test
201 Downloads
Provides a basic TestCase that adds Mockery listener and all needed dependencies. All CodenamePHP Packages will have a dev dependency to this.
e3n/testing-unit-creator
0 Downloads
Creates the unit under test while mocking dependencies.
schnipseljagd/testdatabuilder
13002 Downloads
Helps you to build your mocks, stubs and test data in a nice oop way.
qoliber/servermock
92 Downloads
Embedded HTTP mock server for PHP integration tests
parshikovpavel/array-cache
13 Downloads
Non-persistent PSR-6/PSR-16 compatible cache using an array. Useful for mocking the original cache in tests
minidfx/owncloud-interfaces
56 Downloads
Contains interfaces and constants of ownCloud version 8. Package very useful for mocking ownCloud dependencies in unit tests without a complete ownCloud installation and you can run your unit tests on a hosted continuous integration service.
jakehenshall/pest-plugin-wordpress
4 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.
thanos-kontos/amock
4 Downloads
PHPunit mock fixtures
svilborg/guzzle-file-snapshot
9 Downloads
Guzzle File Snapshot Mock
supravatm/magento2-module-fake-data-api
3 Downloads
A lightweight and non-intrusive(no DB bloat unless you extend it to save) Magento 2 module to generate fake customers, products, and orders via GraphQL & REST APIs.
stratedge/wye
5294 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.
sitphp/doubles
143 Downloads
A simple yet powerful library to make class doubles for testing