Coding standards

This commit is contained in:
Michael 2021-05-23 19:37:31 +00:00
parent a0c52a8253
commit d758f58ff2
1 changed files with 5 additions and 5 deletions

View 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',
]
]