Browse Source

Add test for #7073

Mark Story 10 years ago
parent
commit
2fd4f87c1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/View/XmlViewTest.php

+ 1 - 1
tests/TestCase/View/XmlViewTest.php

@@ -118,7 +118,7 @@ class XmlViewTest extends TestCase
         $Response = new Response();
         $Controller = new Controller($Request, $Response);
         $data = [
-            '_serialize' => ['tags'],
+            '_serialize' => ['tags', 'nope'],
             '_xmlOptions' => ['format' => 'attributes'],
             'tags' => [
                     'tag' => [