2017 © Pedro Peláez
 

cakephp-plugin fixturize

CakePHP Fixture classes to help increase productivity or performance

image

friendsofcake/fixturize

CakePHP Fixture classes to help increase productivity or performance

  • Thursday, December 14, 2017
  • by FriendsOfCake
  • Repository
  • 9 Watchers
  • 17 Stars
  • 10,515 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 8 Forks
  • 5 Open issues
  • 4 Versions
  • 20 % Grown

The README.md

Latest Stable Version, (*1)

Installation

composer require friendsofcake/fixturize

Introduction

The fixturize plugin will help improve performance of your fixture based tests., (*2)

This plugin currently only work with MySQL/MariaDB/Percona databases., (*3)

Usage

Instead of, (*4)

use Cake\TestSuite\Fixture\TestFixture;, (*5)

simply use, (*6)

use FriendsOfCake\Fixturize\TestSuite\Fixture\ChecksumTestFixture as TestFixture;, (*7)

Re-run your tests and enjoy the speed!, (*8)

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., (*9)

The Versions

14/12 2017

dev-master

9999999-dev https://github.com/FriendsOfCake/fixturize

CakePHP Fixture classes to help increase productivity or performance

  Sources   Download

MIT

The Requires

 

phpunit cakephp fixtures unittest performance fixture

08/12 2017

2.x-dev

2.9999999.9999999.9999999-dev https://github.com/FriendsOfCake/fixturize

CakePHP Fixture classes to help increase productivity or performance

  Sources   Download

MIT

The Requires

 

phpunit cakephp fixtures unittest performance fixture

08/05 2017

1.0.1

1.0.1.0 https://github.com/FriendsOfCake/fixturize

CakePHP Fixture classes to help increase productivity or performance

  Sources   Download

MIT

The Requires

 

phpunit cakephp fixtures unittest performance fixture

05/07 2016

1.0

1.0.0.0 https://github.com/FriendsOfCake/fixturize

CakePHP Fixture classes to help increase productivity or performance

  Sources   Download

MIT

The Requires

 

phpunit cakephp fixtures unittest performance fixture