mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Merge pull request #1460 from ravage84/cakeschematest-setup+teardown
Removed unused setup & teardown methods
This commit is contained in:
commit
7269568ae6
1 changed files with 0 additions and 18 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue