mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-04 02:22:39 +00:00
Making the testsuite run again
This commit is contained in:
parent
4a287faa1e
commit
848461f7a0
9 changed files with 22 additions and 35 deletions
|
@ -230,7 +230,7 @@ class ConnectionManager {
|
|||
if (!empty(self::$config->{$name})) {
|
||||
self::$_connectionsEnum[$name] = self::_connectionData(self::$config->{$name});
|
||||
} else {
|
||||
throw new MissingConnectionException(array('class' => 'ConnectionManager'));
|
||||
throw new MissingConnectionException(array('class' => $name));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue