We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2987c commit d75d806Copy full SHA for d75d806
tests/Features/Export/ExportFromDataTest.php
@@ -125,7 +125,6 @@ public function test_exports_from_nested_string_array()
125
$this->assertMatchesXmlSnapshot($xml);
126
}
127
128
-
129
/**
130
* Test exporting a nested string array.
131
*/
@@ -135,12 +134,12 @@ public function test_exports_from_nested_arrays()
135
134
'key1' => [
136
'foo' => 'bar',
137
'bar' => 'baz',
138
- 'baz' => []
+ 'baz' => [],
139
],
140
'key2' => [
141
'a' => 'b',
142
- 'c' => 'd'
143
- ]
+ 'c' => 'd',
+ ],
144
];
145
146
$xml = XML::export($data)
0 commit comments