mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
remove not needed unlink in installer test
This commit is contained in:
parent
724d027f19
commit
00b7f365bc
1 changed files with 0 additions and 3 deletions
|
|
@ -30,7 +30,6 @@ class Test_Installer extends PHPUnit_Framework_TestCase {
|
|||
|
||||
//clean-up
|
||||
OC_Installer::removeApp(self::$appid);
|
||||
unlink($tmp);
|
||||
}
|
||||
|
||||
public function testUpdateApp() {
|
||||
|
|
@ -68,7 +67,5 @@ class Test_Installer extends PHPUnit_Framework_TestCase {
|
|||
|
||||
//clean-up
|
||||
OC_Installer::removeApp(self::$appid);
|
||||
unlink($oldTmp);
|
||||
unlink($newTmp);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue