Skip to content

Commit 949dd39

Browse files
committed
IHF: array_to_xml helper tests added.
1 parent 41a9f80 commit 949dd39

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/xml/ArrayToXmlTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function it_replaces_spaces_by_under_scores_in_key_names_by_default()
118118
],
119119
];
120120

121-
$expected = file_get_contents(__DIR__ . '/ArrayToXmlTest/with-spaces.xml');
121+
$expected = file_get_contents(__DIR__ . '/ArrayToXmlTest/with-spaces-in-keys.xml');
122122

123123
$this->assertEquals($expected, array_to_xml($array));
124124
}

0 commit comments

Comments
 (0)