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 5fff3ab commit 81f032dCopy full SHA for 81f032d
Tests/Encoder/XmlEncoderTest.php
@@ -149,7 +149,7 @@ public static function validEncodeProvider(): iterable
149
],
150
];
151
152
- yield 'encode remvoing empty tags' => [
+ yield 'encode removing empty tags' => [
153
'<?xml version="1.0"?>'."\n".
154
'<response><person><firstname>Peter</firstname></person></response>'."\n",
155
['person' => ['firstname' => 'Peter', 'lastname' => null]],
0 commit comments