From d758f58ff2ae68cb024dba13733f785856658f5c Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 23 May 2021 19:37:31 +0000 Subject: [PATCH] Coding standards --- tests/src/Util/HTTPInputDataTest.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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', ] ]