This kind of integration test is not going to work for a while and provides dubious value even if it did work.
@@ -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-->