Skip to content

Commit

Permalink
Update ArrayToXmlTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
radeno committed Feb 7, 2024
1 parent fa554de commit 5bd76d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ArrayToXmlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@
'testTrue' => true,
];

assertMatchesXmlSnapshot(ArrayToXml::convert($arr, '', true, null, '1.0', [], null, true, ['convertBoolToString' => false]));
assertMatchesXmlSnapshot(ArrayToXml::convert($arr));
});

it('can convert an array with empty string and null value to xml', function () {
Expand Down

0 comments on commit 5bd76d5

Please # to comment.