]> git.mxchange.org Git - friendica.git/commitdiff
Coding standards
authorMichael <heluecht@pirati.ca>
Sun, 23 May 2021 19:37:31 +0000 (19:37 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 23 May 2021 19:37:31 +0000 (19:37 +0000)
tests/src/Util/HTTPInputDataTest.php

index ea7df9c62a45d456b2834a077bd2880817acdac8..71f59d8a6bfc8f1a65778e95414720e736ac28b8 100644 (file)
@@ -46,16 +46,16 @@ class HTTPInputDataTest extends MockedTest
                                'input'    => file_get_contents(__DIR__ . '/../../datasets/http/example1.httpinput'),
                                'expected' => [
                                        'variables' => [
-                                               'display_name' => 'User Name',
-                                               'note' => 'About me',
-                                               'locked' => false,
+                                               'display_name'      => 'User Name',
+                                               'note'              => 'About me',
+                                               'locked'            => false,
                                                'fields_attributes' => [
                                                        0 => [
-                                                               'name' => 'variable 1',
+                                                               'name'  => 'variable 1',
                                                                'value' => 'value 1',
                                                        ],
                                                        1 => [
-                                                               'name' => 'variable 2',
+                                                               'name'  => 'variable 2',
                                                                'value' => 'value 2',
                                                        ]
                                                ]