Adding sql dump back into test suite. Fixes #157

This commit is contained in:
Mark Story 2010-01-04 23:25:23 -05:00
parent 2ace6bb0b1
commit 2aee4b6e43

View file

@ -24,6 +24,12 @@
<a href="http://www.cakephp.org/" target="_blank">
<img src="<?php echo $baseUrl; ?>img/cake.power.gif" alt="CakePHP(tm) :: Rapid Development Framework" /></a></p>
</div>
<?php
App::import('Core', 'View');
$null = null;
$View =& new View($null, false);
echo $View->element('sql_dump');
?>
</div>
</body>
</html>