Skip to content
Merged
Prev Previous commit
Next Next commit
Fixed tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Jan 4, 2018
commit 51cc76b80db415320c8e34cbc961855fac77b77c
2 changes: 1 addition & 1 deletion tests/lib/Template/CSSResourceLocatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public function testFindSCSSWithAppPathSymlink() {
$webRoot = $resource[1];
$file = $resource[2];

$expectedRoot = '/';
$expectedRoot = '';
$expectedWebRoot = '';
$expectedFile = 'test-file';

Expand Down