Libraries tagged by mocking
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
carpiftw/clock-mock
7730 Downloads
A library for mocking current date and time in tests.
betterphp/php-native-mock
11358 Downloads
PHP Native Mock is a helper class that allows for easy mocking of native PHP functions and class methods in unit tests using the UOPZ extension.
awesomite/mock-finals
13 Downloads
Mocking final classes and methods
aksoyih/http-mock
417 Downloads
A PHP library for mocking HTTP clients with customizable responses and behaviors
michaelmoussa/doctrine-qbmocker
84873 Downloads
A helper library for mocking Doctrine query builders
helpscout/specter
589 Downloads
JSON API Mocking and Testing for PHP
brain/hooks-mock
67 Downloads
A mocking class utility for WordPress hooks
remarkablemark/rector-laravel-service-mocking
15 Downloads
Rector to replace deprecated Laravel service mocking testing methods
mintyphp/mocking
52 Downloads
petervandijck/mockingbird
1 Downloads
Laravel package for LlamaParse document parsing service
mockingjay/mockingjay
4 Downloads
Unofficial PHP client for the EchoNest API
jfilla/mocking-tools
3038 Downloads
iainconnor/mocking-jay
85 Downloads
Object mocking by Annotations.
feedtailor/mocking-property-modifier
103 Downloads
A property modifier for Mock object.