Skip to content

Commit 788b8a3

Browse files
committed
fix xml driver test
1 parent 331f186 commit 788b8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Drivers/XmlDriverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class XmlDriverTest extends TestCase
1010
{
1111
/** @test */
12-
public function it_can_serialize_a_json_string_to_pretty_json()
12+
public function it_can_serialize_a_xml_string_to_pretty_xml()
1313
{
1414
$driver = new XmlDriver();
1515

0 commit comments

Comments
 (0)