Skip to content

Commit

Permalink
Re-add accidentally removed method.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 17, 2013
1 parent 5f95a81 commit 3ea1524
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cake/Test/TestCase/ORM/BehaviorTest.php
Expand Up @@ -78,6 +78,13 @@ public function findFoo() {
public function doSomething() {
}

/**
* Test method to ensure it is ignored as a callable method.
*/
public function verifyConfig() {
return parent::verifyConfig();
}

/**
* implementedEvents
*
Expand Down

0 comments on commit 3ea1524

Please sign in to comment.