Skip to content

Commit

Permalink
Removed unused setup & teardown methods from MyAppSchema in CakeSchem…
Browse files Browse the repository at this point in the history
…aTest
  • Loading branch information
ravage84 committed Jul 28, 2013
1 parent 4590b7d commit 3a4f781
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions lib/Cake/Test/Case/Model/CakeSchemaTest.php
Expand Up @@ -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
*
Expand Down

0 comments on commit 3a4f781

Please sign in to comment.