We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1e711 commit adf743bCopy full SHA for adf743b
1 file changed
tests/lib/Template/JSResourceLocatorTest.php
@@ -135,7 +135,6 @@ public function testFindWithAppPathSymlink() {
135
$this->assertEquals($expectedWebRoot, $webRoot);
136
$this->assertEquals($expectedFile, $file);
137
138
- array_pop(\OC::$APPSROOTS);
139
//unlink($new_apps_path_symlink);
140
//$this->rrmdir($new_apps_path);
141
}
@@ -173,8 +172,7 @@ public function testFindModuleJSWithFallback() {
173
172
$this->assertEquals($expectedWebRoot, $resources[$idx][1]);
174
$this->assertEquals($expectedFiles[$idx], $resources[$idx][2]);
175
176
-
177
+
178
$this->rrmdir($new_apps_path);
179
180
0 commit comments