mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +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');
|
||||
|
||||
/**
|
||||
* 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…
Add table
Reference in a new issue