Skip to content

Commit

Permalink
Add test for #7073
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 21, 2015
1 parent aed215f commit 2fd4f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/View/XmlViewTest.php
Expand Up @@ -118,7 +118,7 @@ public function testRenderSerializeWithOptions()
$Response = new Response();
$Controller = new Controller($Request, $Response);
$data = [
'_serialize' => ['tags'],
'_serialize' => ['tags', 'nope'],
'_xmlOptions' => ['format' => 'attributes'],
'tags' => [
'tag' => [
Expand Down

0 comments on commit 2fd4f87

Please sign in to comment.