aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller/JsControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core/Controller/JsControllerTest.php')
-rw-r--r--tests/Core/Controller/JsControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Controller/JsControllerTest.php b/tests/Core/Controller/JsControllerTest.php
index 4476b3ee6ed..0b2c6a28f5b 100644
--- a/tests/Core/Controller/JsControllerTest.php
+++ b/tests/Core/Controller/JsControllerTest.php
@@ -159,7 +159,7 @@ class JsControllerTest extends TestCase {
$folder->method('getFile')
->willReturnCallback(
- function($fileName) use ($file) {
+ function ($fileName) use ($file) {
if ($fileName === 'file.js') {
return $file;
}