mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-21 00:49:53 +00:00
Removed unused setup & teardown methods from MyAppSchema in CakeSchemaTest
This commit is contained in:
parent
4590b7d553
commit
3a4f7815e8
1 changed files with 0 additions and 18 deletions
|
@ -77,24 +77,6 @@ class MyAppSchema extends CakeSchema {
|
||||||
*/
|
*/
|
||||||
protected $_foo = array('bar');
|
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
|
* getVar method
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue