diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-05-02 16:09:37 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-05-02 16:09:37 +0200 |
commit | adf743b1412d592c7c199de53422ef7ee122f3ee (patch) | |
tree | 5bec57ddeffab70ac1a1f1afb094a4afe3a27abf /tests/lib/Template/JSResourceLocatorTest.php | |
parent | 8f1e7118589be4fae6a5fca048a15fdfffeba7a3 (diff) | |
download | nextcloud-server-adf743b1412d592c7c199de53422ef7ee122f3ee.tar.gz nextcloud-server-adf743b1412d592c7c199de53422ef7ee122f3ee.zip |
Remove the array_pop failing tests on 32bit CI
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'tests/lib/Template/JSResourceLocatorTest.php')
-rw-r--r-- | tests/lib/Template/JSResourceLocatorTest.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/lib/Template/JSResourceLocatorTest.php b/tests/lib/Template/JSResourceLocatorTest.php index 627fe676680..fcc27f790f1 100644 --- a/tests/lib/Template/JSResourceLocatorTest.php +++ b/tests/lib/Template/JSResourceLocatorTest.php @@ -135,7 +135,6 @@ class JSResourceLocatorTest extends \Test\TestCase { $this->assertEquals($expectedWebRoot, $webRoot); $this->assertEquals($expectedFile, $file); - array_pop(\OC::$APPSROOTS); //unlink($new_apps_path_symlink); //$this->rrmdir($new_apps_path); } @@ -173,8 +172,7 @@ class JSResourceLocatorTest extends \Test\TestCase { $this->assertEquals($expectedWebRoot, $resources[$idx][1]); $this->assertEquals($expectedFiles[$idx], $resources[$idx][2]); } - - array_pop(\OC::$APPSROOTS); + $this->rrmdir($new_apps_path); } } |