diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Template/CSSResourceLocatorTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Template/CSSResourceLocatorTest.php b/tests/lib/Template/CSSResourceLocatorTest.php index ee209a599d6..c3d2a4434b9 100644 --- a/tests/lib/Template/CSSResourceLocatorTest.php +++ b/tests/lib/Template/CSSResourceLocatorTest.php @@ -204,7 +204,7 @@ class CSSResourceLocatorTest extends \Test\TestCase { $webRoot = $resource[1]; $file = $resource[2]; - $expectedRoot = '/'; + $expectedRoot = ''; $expectedWebRoot = ''; $expectedFile = 'test-file'; |