Browse Source

Docblock fix for loadFixtures

Refs https://github.com/cakephp/docs/pull/3174
Jeremy Harris 10 years ago
parent
commit
457df5cd99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/TestSuite/TestCase.php

+ 1 - 1
src/TestSuite/TestCase.php

@@ -122,7 +122,7 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase
     /**
      * Chooses which fixtures to load for a given test
      *
-     * Each parameter is a model name that corresponds to a fixture, i.e. 'Post', 'Author', etc.
+     * Each parameter is a model name that corresponds to a fixture, i.e. 'Posts', 'Authors', etc.
      *
      * @return void
      * @see \Cake\TestSuite\TestCase::$autoFixtures