From 3fcb2d23627f15e3ff6ab1280eca319a955bca18 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Fri, 28 Jul 2017 09:19:54 -0500 Subject: [PATCH] Updated loadFixtures docblock to reflect loading all --- src/TestSuite/TestCase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TestSuite/TestCase.php b/src/TestSuite/TestCase.php index 6cff6605cd1..3481501ca62 100644 --- a/src/TestSuite/TestCase.php +++ b/src/TestSuite/TestCase.php @@ -127,6 +127,7 @@ public function tearDown() * Chooses which fixtures to load for a given test * * Each parameter is a model name that corresponds to a fixture, i.e. 'Posts', 'Authors', etc. + * Passing no parameters will cause all fixtures on the test case to load. * * @return void * @see \Cake\TestSuite\TestCase::$autoFixtures