Download the PHP package friendsofcake/fixturize without Composer
On this page you can find all versions of the php package friendsofcake/fixturize. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download friendsofcake/fixturize
More information about friendsofcake/fixturize
Files in friendsofcake/fixturize
Download friendsofcake/fixturize
More information about friendsofcake/fixturize
Files in friendsofcake/fixturize
Vendor friendsofcake
Package fixturize
Short Description CakePHP Fixture classes to help increase productivity or performance
License MIT
Homepage https://github.com/FriendsOfCake/fixturize
Package fixturize
Short Description CakePHP Fixture classes to help increase productivity or performance
License MIT
Homepage https://github.com/FriendsOfCake/fixturize
Please rate this library. Is it a good library?
Informations about the package fixturize
Installation
Introduction
The fixturize plugin will help improve performance of your fixture based tests.
This plugin currently only work with MySQL/MariaDB/Percona databases.
Usage
Instead of
use Cake\TestSuite\Fixture\TestFixture;
simply use
use FriendsOfCake\Fixturize\TestSuite\Fixture\ChecksumTestFixture as TestFixture;
Re-run your tests and enjoy the speed!
Real life improvements
| Who | # Tests | Before | After |
|---|---|---|---|
| Bownty Content Importer | 364 | 15s | 5s |
| Apacta REST API (110 fixtures) | 318 | 180s | 30s |
Feel free to submit your own results above.
All versions of fixturize with dependencies
PHP Build Version
Package Version
The package friendsofcake/fixturize contains the following files
Loading the files please wait ...