Skip to content

Commit 572e5c4

Browse files
committed
IHF: array_to_xml tests fixed.
1 parent 8915310 commit 572e5c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/xml/ArrayToXmlTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@ public function it_supports_xml_attributes_in_converting()
3939
'to' => 'John',
4040
'from' => 'Jane',
4141
'title' => 'Go to the shop',
42-
'_attributes' => [
42+
'@attributes' => [
4343
'priority' => 'low',
4444
],
4545
],
4646
1 => [
4747
'to' => 'John',
4848
'from' => 'Paul',
4949
'title' => 'Finish the report',
50-
'_attributes' => [
50+
'@attributes' => [
5151
'priority' => 'medium',
5252
],
5353
],
5454
2 => [
5555
'to' => 'Jane',
5656
'from' => 'Jeff',
5757
'title' => 'Clean the house',
58-
'_attributes' => [
58+
'@attributes' => [
5959
'priority' => 'high',
6060
],
6161
],

0 commit comments

Comments
 (0)