summaryrefslogtreecommitdiffstats
path: root/apps/theming/tests/CapabilitiesTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/tests/CapabilitiesTest.php')
-rw-r--r--apps/theming/tests/CapabilitiesTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/tests/CapabilitiesTest.php b/apps/theming/tests/CapabilitiesTest.php
index d70a03923ff..1f871d101d8 100644
--- a/apps/theming/tests/CapabilitiesTest.php
+++ b/apps/theming/tests/CapabilitiesTest.php
@@ -181,13 +181,13 @@ class CapabilitiesTest extends TestCase {
->willReturn($background);
$this->url->expects($this->exactly(4))
->method('getAbsoluteURL')
- ->willReturnCallback(function($url) use($baseUrl) {
+ ->willReturnCallback(function ($url) use ($baseUrl) {
return $baseUrl . $url;
});
} else {
$this->url->expects($this->exactly(3))
->method('getAbsoluteURL')
- ->willReturnCallback(function($url) use($baseUrl) {
+ ->willReturnCallback(function ($url) use ($baseUrl) {
return $baseUrl . $url;
});
}