cakephp2-php8/lib/Cake/TestSuite/Fixture
Tounu 316fd50443 Allow sub-directories for Fixture folder
Allow sub-directories for Test/Fixture folder (for app. and plugin.)
The directory separator is '/'.
A file ``MyClassFixture.php` in the folder `Fixture/MyFolder` will be included like this :
`'app.MyFolder/my_class'`
2014-03-11 20:12:52 +01:00
..
CakeFixtureManager.php Allow sub-directories for Fixture folder 2014-03-11 20:12:52 +01:00
CakeTestFixture.php adding test 2014-01-06 21:07:00 +01:00
CakeTestModel.php Adds order to the test models to make the results more predictable. 2013-07-19 22:31:09 +02:00