diff --git a/tests/ArrayToXmlTest.php b/tests/ArrayToXmlTest.php index 8625c49..df1401a 100644 --- a/tests/ArrayToXmlTest.php +++ b/tests/ArrayToXmlTest.php @@ -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 () {