Removed unused setup & teardown methods from MyAppSchema in CakeSchemaTest

This commit is contained in:
Marc Würth 2013-07-29 01:55:32 +02:00
parent 4590b7d553
commit 3a4f7815e8

View file

@ -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
*