Passed
Push — master ( 1c03a5...3f135d )
by Alex
02:02
created
Mezon/Application/Tests/CommonApplicationActionsUnitTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
             // #0, default behaviour, layout is not set
21 21
             [
22 22
                 'from-config',
23
-                function (string $result) {
23
+                function(string $result) {
24 24
                     $this->assertStringContainsString('Some title', $result);
25 25
                     $this->assertStringContainsString('Main From Config', $result);
26 26
                     $this->assertStringContainsString('<!-- index1 -->', $result);
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
             // #1, default behaviour, layout is set, no name is defined for the other-view
32 32
             [
33 33
                 'from-config2',
34
-                function (string $result) {
34
+                function(string $result) {
35 35
                     $this->assertStringContainsString('Some title', $result);
36 36
                     $this->assertStringContainsString('Main From Config', $result);
37 37
                     $this->assertStringContainsString('<!-- index2 -->', $result);
Please login to merge, or discard this patch.