From: Michael Date: Sun, 23 May 2021 19:37:31 +0000 (+0000) Subject: Coding standards X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d758f58ff2ae68cb024dba13733f785856658f5c;p=friendica.git Coding standards --- diff --git a/tests/src/Util/HTTPInputDataTest.php b/tests/src/Util/HTTPInputDataTest.php index ea7df9c62a..71f59d8a6b 100644 --- a/tests/src/Util/HTTPInputDataTest.php +++ b/tests/src/Util/HTTPInputDataTest.php @@ -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', ] ]