mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Removing useless tearDown()
This commit is contained in:
parent
78ba1d1361
commit
2adbb0a3a3
1 changed files with 0 additions and 10 deletions
|
@ -126,16 +126,6 @@ class ShellTest extends CakeTestCase {
|
|||
$this->Shell =& new TestShell($this->Dispatcher, $output, $error, $in);
|
||||
}
|
||||
|
||||
/**
|
||||
* tearDown method
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function tearDown() {
|
||||
parent::tearDown();
|
||||
ClassRegistry::flush();
|
||||
}
|
||||
|
||||
/**
|
||||
* testConstruct method
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue