friendsofcake/fixturize
最新稳定版本:3.0.1
Composer 安装命令:
composer require --dev friendsofcake/fixturize
包简介
CakePHP Fixture classes to help increase productivity or performance
README 文档
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
| 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.
统计信息
- 总下载量: 491.2k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 24
- 点击次数: 2
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 未知