Skip to content

Commit

Permalink
Updated loadFixtures docblock to reflect loading all
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyharris committed Jul 28, 2017
1 parent c8f6b6f commit 3fcb2d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TestSuite/TestCase.php
Expand Up @@ -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
Expand Down

0 comments on commit 3fcb2d2

Please sign in to comment.