Download the PHP package crimsonkissaki/mockmaker without Composer
On this page you can find all versions of the php package crimsonkissaki/mockmaker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download crimsonkissaki/mockmaker
More information about crimsonkissaki/mockmaker
Files in crimsonkissaki/mockmaker
Download crimsonkissaki/mockmaker
More information about crimsonkissaki/mockmaker
Files in crimsonkissaki/mockmaker
Vendor crimsonkissaki
Package mockmaker
Short Description 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.
License MIT
Homepage http://github.com/crimsonkissaki/mockmaker
Package mockmaker
Short Description 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.
License MIT
Homepage http://github.com/crimsonkissaki/mockmaker
Please rate this library. Is it a good library?
Informations about the package mockmaker
All versions of mockmaker with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
The package crimsonkissaki/mockmaker contains the following files
Loading the files please wait ....