mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
12a142d0ca
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. |
||
---|---|---|
.. | ||
CakeFixtureManager.php | ||
CakeTestFixture.php | ||
CakeTestModel.php |