This commit is contained in:
euromark 2014-04-02 02:23:43 +02:00
parent 997154565f
commit 44952b06a4
6 changed files with 14 additions and 14 deletions
lib/Cake/Test/Case/Model

View file

@ -2050,7 +2050,7 @@ class ModelValidationTest extends BaseModelTest {
/**
* testValidateFirstWithDefaults method
*
* return @void
* @return void
*/
public function testFirstWithDefaults() {
$this->loadFixtures('Article', 'Tag', 'Comment', 'User', 'ArticlesTag');