Libraries tagged by mmock
tototoshi/staticmock
691297 Downloads
A mockery-like DSL to replace static method in test.
php-mock/php-mock-prophecy
333694 Downloads
Mock built-in PHP functions (e.g. time()) with Prophecy. This package relies on PHP's namespace fallback policy. No further extension is needed.
noeldemartin/laravel-dusk-mocking
85276 Downloads
Mock facades in Laravel Dusk tests.
macpaw/extended_mock_http_client
154461 Downloads
This repository provides mocks for Symfony HTTP Client, it more flexible than default Symfony mock
lucatume/function-mocker
1100198 Downloads
Function mocking with Patchwork
lstrojny/phpunit-function-mocker
326576 Downloads
Allows mocking otherwise untestable PHP functions through the use of namespaces
happyr/service-mocking
162103 Downloads
Make it easy to mock services in a built container
badoo/soft-mocks
30030 Downloads
The idea behind "Soft Mocks" - as opposed to "hardcore" mocks that work on the level of the PHP interpreter (runkit and uopz) - is to rewrite class code on the spot so that it can be inserted in any place. It works by rewriting code on the fly during file inclusion instead of using extensions like runkit or uopz.
pestphp/pest-plugin-mock
1089766 Downloads
Adds mocking capabilities to Pest or PHPUnit
mnapoli/phpunit-easymock
39664 Downloads
Helpers to build PHPUnit mocks
mcustiel/phiremock-server
520318 Downloads
A mocker for HTTP and REST services
mcustiel/phiremock-common
525405 Downloads
Common libraries for Phiremock
mcustiel/phiremock-codeception-module
295992 Downloads
Codeception module for PhireMock. Allows to stub remote services for HTTP requests.
mcustiel/phiremock-client
454564 Downloads
Client library to communicate with Phiremock server
jeroen/file-fetcher
250089 Downloads
Simple file fetching interface