Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas committed Sep 27, 2018
1 parent 53bf05d commit 880e505
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/TestCase/Form/FormTest.php
Expand Up @@ -148,12 +148,11 @@ public function testValidateDeprected()
* Test the errors methods.
*
* @return void
* @deprecated 3.7.0 Use Form::testGetErrors() instead.
*/
public function testErrors()
{
$this->deprecated(function () {
$this->testGetErrors();
});
$this->testGetErrors();
}

/**
Expand Down

0 comments on commit 880e505

Please sign in to comment.