2017 © Pedro Peláez
 

cakephp-plugin cakephp-fixtures

CakePHP Fixtures plugin to read fixtures and creating tables with data from tests

image

lubos/cakephp-fixtures

CakePHP Fixtures plugin to read fixtures and creating tables with data from tests

  • Tuesday, December 27, 2016
  • by LubosRemplik
  • Repository
  • 1 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

CakePHP Fixtures

Build Status Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

CakePHP Fixtures plugin to read fixtures and creating tables with data from tests., (*2)

Installation & Configuration

composer require lubos/cakephp-fixtures

Load plugin in bootstrap.php file, (*3)

bin/cake plugin load Fixtures

Usage

run bin/cake to see shells and its options, (*4)

Example:, (*5)

bin/cake fixtures createTable "\Cake\Test\Fixture\ArticlesFixture"

bin/cake fixtures insert "\Cake\Test\Fixture\ArticlesFixture"

Bugs & Features

For bugs and feature requests, please use the issues section of this repository., (*6)

If you want to help, pull requests are welcome.
Please follow few rules:, (*7)

The Versions

27/12 2016

dev-master

9999999-dev https://github.com/LubosRemplik/CakePHP-Fixtures

CakePHP Fixtures plugin to read fixtures and creating tables with data from tests

  Sources   Download

MIT

The Requires

 

plugin cakephp db fixture

27/12 2016

0.1.0

0.1.0.0 https://github.com/LubosRemplik/CakePHP-Fixtures

CakePHP Fixtures plugin to read fixtures and creating tables with data from tests

  Sources   Download

MIT

The Requires

 

plugin cakephp db fixture