Skip to content

Commit 7ff346e

Browse files
author
Nil Portugues Caldero
committed
Fix test
1 parent 0c8e765 commit 7ff346e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ApiProblem/Presenter/XmlPresenterTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public function setUp()
3434
public function testItCanWriteXmlFromNestedArray()
3535
{
3636
$expected = <<<JSON
37+
<?xml version="1.0" encoding="UTF-8"?>
3738
<problem xmlns="urn:ietf:rfc:XXXX">
3839
<detail>User data is not valid.</detail>
3940
<title>Input values do not match the requirements</title>

0 commit comments

Comments
 (0)