Fix most coding standards issues in TestSuite/

This commit is contained in:
mark_story 2012-03-04 21:51:44 -05:00
parent 9a6ad7e1e2
commit c2f42343a3
19 changed files with 104 additions and 75 deletions

View file

@ -30,4 +30,5 @@
<?php echo __d('cake_dev', 'If you want to customize this error message, create %s.', APP_DIR . DS . 'View' . DS . 'Errors' . DS . basename(__FILE__)); ?>
</p>
<?php echo $this->element('exception_stack_trace'); ?>
<?php
echo $this->element('exception_stack_trace');