mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
renamed missing_conenction.php to missing_connection.php
This commit is contained in:
parent
b1318f8ab8
commit
e0be31093f
2 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue