Fixing unset variable error

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4435 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2007-02-04 02:17:36 +00:00
parent 08c412c4ca
commit 8dc3209a59

View file

@ -184,6 +184,7 @@ if(isset($_GET['output']) && $_GET['output'] == 'html') {
function CakePHPTestSuiteFooter() { function CakePHPTestSuiteFooter() {
switch ( CAKE_TEST_OUTPUT) { switch ( CAKE_TEST_OUTPUT) {
case CAKE_TEST_OUTPUT_HTML: case CAKE_TEST_OUTPUT_HTML:
$baseUrl = BASE_URL;
include CAKE . 'tests' . DS . 'lib' . DS . 'footer.php'; include CAKE . 'tests' . DS . 'lib' . DS . 'footer.php';
break; break;
} }