Skip to content

Commit adf743b

Browse files
committed
Remove the array_pop failing tests on 32bit CI
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 8f1e711 commit adf743b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/lib/Template/JSResourceLocatorTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ public function testFindWithAppPathSymlink() {
135135
$this->assertEquals($expectedWebRoot, $webRoot);
136136
$this->assertEquals($expectedFile, $file);
137137

138-
array_pop(\OC::$APPSROOTS);
139138
//unlink($new_apps_path_symlink);
140139
//$this->rrmdir($new_apps_path);
141140
}
@@ -173,8 +172,7 @@ public function testFindModuleJSWithFallback() {
173172
$this->assertEquals($expectedWebRoot, $resources[$idx][1]);
174173
$this->assertEquals($expectedFiles[$idx], $resources[$idx][2]);
175174
}
176-
177-
array_pop(\OC::$APPSROOTS);
175+
178176
$this->rrmdir($new_apps_path);
179177
}
180178
}

0 commit comments

Comments
 (0)