Browse Source

Remove code that was causing a failing test.

This kind of integration test is not going to work for a while and
provides dubious value even if it did work.
mark_story 12 years ago
parent
commit
874c6c53ae
1 changed files with 0 additions and 5 deletions
  1. 0 5
      tests/test_app/TestApp/Template/Posts/cache_form.ctp

+ 0 - 5
tests/test_app/TestApp/Template/Posts/cache_form.ctp

@@ -3,11 +3,6 @@
 	<?= $this->Form->create(false); ?>
 		<fieldset>
 			<legend><?= __('Add User'); ?></legend>
-		<?php
-			echo $this->Form->input('username');
-			echo $this->Form->input('email');
-			echo $this->Form->input('password');
-		?>
 		</fieldset>
 	<?= $this->Form->end('Submit'); ?>
 <!--/nocache-->