Removing session helper usage in default layout of test app to avoid haing to mock an additional class

This commit is contained in:
Jose Lorenzo Rodriguez 2011-03-21 00:50:43 -04:30
parent 5c91827c44
commit b68bc7d4aa

View file

@ -42,8 +42,6 @@ $cakeDescription = __d('cake_dev', 'CakePHP: the rapid development php framework
</div>
<div id="content">
<?php echo $this->Session->flash(); ?>
<?php echo $content_for_layout; ?>
</div>