mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
This commit is contained in:
commit
93d6cd4ad6
1 changed files with 1 additions and 1 deletions
|
@ -37,6 +37,7 @@ class ExtractTaskTest extends CakeTestCase {
|
|||
* @return void
|
||||
*/
|
||||
public function setUp() {
|
||||
parent::setUp();
|
||||
$out = $this->getMock('ConsoleOutput', array(), array(), '', false);
|
||||
$in = $this->getMock('ConsoleInput', array(), array(), '', false);
|
||||
|
||||
|
@ -60,7 +61,6 @@ class ExtractTaskTest extends CakeTestCase {
|
|||
|
||||
$Folder = new Folder($this->path);
|
||||
$Folder->delete();
|
||||
App::build();
|
||||
CakePlugin::unload();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue