cakephp2-php8/lib/Cake/TestSuite/Fixture
Joel Bradshaw 12a142d0ca Remove key-ordering sensitivity in fixtures
Previously, the field order was effectively taken from the last record in the fixture, but the values were ordered according to the array_unique call above - primarily determined by the first record in the fixture.  If these two orders differed, values were added under the wrong keys.
2013-03-14 14:17:59 -07:00
..
CakeFixtureManager.php Fix dropTables being ignore in some cases. 2013-03-12 09:34:20 -04:00
CakeTestFixture.php Remove key-ordering sensitivity in fixtures 2013-03-14 14:17:59 -07:00
CakeTestModel.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00