Browse Source

Fix tests for 3.x

Mark Scherer 11 years ago
parent
commit
c77063c8bc
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/test_app/TestApp/Template/Posts/cache_form.ctp

+ 2 - 1
tests/test_app/TestApp/Template/Posts/cache_form.ctp

@@ -4,6 +4,7 @@
         <fieldset>
             <legend><?= __('Add User'); ?></legend>
         </fieldset>
-    <?= $this->Form->end('Submit'); ?>
+    <?= $this->Form->submit('Submit'); ?>
+    <?= $this->Form->end(); ?>
 <!--/nocache-->
 </div>