friendsofcake / fixturize
CakePHP Fixture classes to help increase productivity or performance
Installs: 427 478
Dependents: 2
Suggesters: 0
Security: 0
Stars: 24
Watchers: 9
Forks: 14
Open Issues: 4
Type:cakephp-plugin
Requires
- php: >=8.1
- cakephp/cakephp: ^5.0.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-09 14:40:12 UTC
README
Installation
composer require friendsofcake/fixturize
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
Feel free to submit your own results above.