Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix tests
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Mar 28, 2018
commit 7f209be51d7313bda7d0b4fde0a067f23eeec345
2 changes: 1 addition & 1 deletion apps/theming/tests/ThemingDefaultsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public function testSet() {
$this->cache
->expects($this->once())
->method('clear')
->with('getScssVariables');
->with('');
$this->template->set('MySetting', 'MyValue');
}

Expand Down