mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
Fix tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
541bb71513
commit
7f209be51d
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ class ThemingDefaultsTest extends TestCase {
|
|||
$this->cache
|
||||
->expects($this->once())
|
||||
->method('clear')
|
||||
->with('getScssVariables');
|
||||
->with('');
|
||||
$this->template->set('MySetting', 'MyValue');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue