Coding standards
This commit is contained in:
parent
a0c52a8253
commit
d758f58ff2
|
@ -46,16 +46,16 @@ class HTTPInputDataTest extends MockedTest
|
||||||
'input' => file_get_contents(__DIR__ . '/../../datasets/http/example1.httpinput'),
|
'input' => file_get_contents(__DIR__ . '/../../datasets/http/example1.httpinput'),
|
||||||
'expected' => [
|
'expected' => [
|
||||||
'variables' => [
|
'variables' => [
|
||||||
'display_name' => 'User Name',
|
'display_name' => 'User Name',
|
||||||
'note' => 'About me',
|
'note' => 'About me',
|
||||||
'locked' => false,
|
'locked' => false,
|
||||||
'fields_attributes' => [
|
'fields_attributes' => [
|
||||||
0 => [
|
0 => [
|
||||||
'name' => 'variable 1',
|
'name' => 'variable 1',
|
||||||
'value' => 'value 1',
|
'value' => 'value 1',
|
||||||
],
|
],
|
||||||
1 => [
|
1 => [
|
||||||
'name' => 'variable 2',
|
'name' => 'variable 2',
|
||||||
'value' => 'value 2',
|
'value' => 'value 2',
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user