dev-master
9999999-dev https://github.com/World-Architects/cakephp-fixture-checkPlugin to compare fixtures with live DB tables
MIT
The Requires
The Development Requires
by Falk Romano
testing fixtures
Plugin to compare fixtures with live DB tables
A shell that will compare fixtures against live DB tables to make it easy to spot differences., (*1)
composer require --dev psa/cakephp-fixture-check
And in your bootstrap.php
(or better yet bootstrap_cli.php
):, (*2)
Plugin::load('Psa/FixtureCheck');
bin/cake FixtureCheck
To run for specific fixtures and tables, use, (*3)
bin/cake FixtureCheck -f Fixture1,Fixture2
Copyright 2015 - 2016 PSA Publishers, (*4)
Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file., (*5)
Plugin to compare fixtures with live DB tables
MIT
testing fixtures