From 3ea1524c633ea3b89b87579ec3ce33030da4f9ba Mon Sep 17 00:00:00 2001 From: mark_story Date: Sun, 17 Nov 2013 12:03:20 -0500 Subject: [PATCH] Re-add accidentally removed method. --- Cake/Test/TestCase/ORM/BehaviorTest.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cake/Test/TestCase/ORM/BehaviorTest.php b/Cake/Test/TestCase/ORM/BehaviorTest.php index 28b23a9d67a..c8f1f60541a 100644 --- a/Cake/Test/TestCase/ORM/BehaviorTest.php +++ b/Cake/Test/TestCase/ORM/BehaviorTest.php @@ -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 *