Libraries tagged by mocms
maxtream/themages
121 Downloads
MOCMS
hafriedlander/phockito
271523 Downloads
PHP Mocking framework inspired by Mockito for Java
mnapoli/phpunit-easymock
68630 Downloads
Helpers to build PHPUnit mocks
macpaw/extended_mock_http_client
253979 Downloads
This repository provides mocks for Symfony HTTP Client, it more flexible than default Symfony mock
eloquent/phony
455392 Downloads
Mocks, stubs, and spies for PHP.
ramunasd/symfony-container-mocks
93533 Downloads
Provides extended Symfony dependency injection container enabling service mocking.
badoo/soft-mocks
34758 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.
schumacherfm/mage2-mocks
33910 Downloads
This Magento2 module provides mock classes when you have physically removed unneeded modules with dependencies.
wmde/psr-log-test-doubles
122817 Downloads
Test Doubles for the PSR-3 Logger Interface
mcustiel/mockable-datetime
557939 Downloads
A DateTime library that allows mock dates and times in UnitTests.
jeroen/psr-log-test-doubles
68552 Downloads
Test Doubles for the PSR-3 Logger Interface
jeroen/file-fetcher
327415 Downloads
Simple file fetching interface
helmich/mongomock
68692 Downloads
Library containing highly intelligent MongoDB mocks for unit testing
easy-http/mock-builder
28916 Downloads
A fluid interface to build HTTP mocks with an expressive syntax
silasyudi/inject-mocks
7024 Downloads
Automatic injection of mocks into test subjects via #InjectMocks and #Mock annotations, to speed up unit testing with PHPUnit.