Browse Source
Remove the array_pop failing tests on 32bit CI
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/38024/head
Côme Chilliet
3 years ago
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
1 changed files with
1 additions and
3 deletions
-
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); |
|
|
|
} |
|
|
|
} |