From 3a4f7815e8680344574b943f13c66a5845f77d95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Mon, 29 Jul 2013 01:55:32 +0200 Subject: [PATCH] Removed unused setup & teardown methods from MyAppSchema in CakeSchemaTest --- lib/Cake/Test/Case/Model/CakeSchemaTest.php | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/lib/Cake/Test/Case/Model/CakeSchemaTest.php b/lib/Cake/Test/Case/Model/CakeSchemaTest.php index 99840c1a3..c1ec94fed 100644 --- a/lib/Cake/Test/Case/Model/CakeSchemaTest.php +++ b/lib/Cake/Test/Case/Model/CakeSchemaTest.php @@ -77,24 +77,6 @@ class MyAppSchema extends CakeSchema { */ protected $_foo = array('bar'); -/** - * setup method - * - * @param mixed $version - * @return void - */ - public function setup($version) { - } - -/** - * teardown method - * - * @param mixed $version - * @return void - */ - public function teardown($version) { - } - /** * getVar method *