Skip to content

Commit 361fcc0

Browse files
committed
Remove setTheme call from AbstractTestCase::setUp method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent 6a9fe03 commit 361fcc0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

test/classes/AbstractTestCase.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ protected function setUp(): void
8383
// Config before DBI
8484
$this->setGlobalConfig();
8585
$this->loadContainerBuilder();
86-
$this->setTheme();
8786
Cache::purge();
8887
}
8988

test/classes/Server/PrivilegesTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,6 +1233,8 @@ public function testGetUserGroupForUser(): void
12331233

12341234
public function testGetUsersOverview(): void
12351235
{
1236+
$this->setTheme();
1237+
12361238
$GLOBALS['cfg']['Server']['DisableIS'] = false;
12371239

12381240
$GLOBALS['server'] = 1;

0 commit comments

Comments
 (0)