renamed missing_conenction.php to missing_connection.php

This commit is contained in:
Ceeram 2011-03-23 17:05:49 +01:00 committed by mark_story
parent b1318f8ab8
commit e0be31093f
2 changed files with 1 additions and 1 deletions

View file

@ -249,7 +249,7 @@ class CakeTestSuiteDispatcher {
} catch (MissingConnectionException $exception) {
ob_end_clean();
$baseDir = $this->_baseDir;
include CAKE_TESTS_LIB . 'templates' . DS . 'missing_conenction.php';
include CAKE_TESTS_LIB . 'templates' . DS . 'missing_connection.php';
exit();
}
}