Libraries tagged by mocker
rushabhmishrarmz/indipay
205 Downloads
The Laravel 10+ Package for Indian Payment Gateways. Currently supported gateways: CCAvenue, PayUMoney, EBS, CitrusPay, InstaMojo, ZapakPay, Paytm, Mocker.
vancodx/php-testing
35 Downloads
VanCodX PHP Testing
tfrommen/testable-code
5 Downloads
Example code for the talk "How (Not) to Write Testable Code" at WordCamp Nuremberg, 2016.
jasonmccreary/test-double
5 Downloads
facile-it/moka
11641 Downloads
Shorthand for creating mock objects
sikessem/php-devtools
139 Downloads
🧪 Tools needed for PHP project development and automation.
fp/fumocker
1206 Downloads
A php function mocker
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.
phpblueprint/mocker
13 Downloads
PHPBlueprint Mocker Component
mvkasatkin/mocker
951 Downloads
Mocking helper for PHPUnit
luka8088/mocker
15 Downloads
PHP data mocker.
jorisvanw/mocker
2 Downloads
Mock class constructor args based on the reflection class
biberlabs/mocker
8 Downloads
ozziest/mocker
10 Downloads
Simple mock objects for laravel bench packages
unit-testing/mockery-helper
68 Downloads
a simple trait for convenient implementation of mockery mocks and spies in PHPUnit tests