Making the testsuite run again

This commit is contained in:
José Lorenzo Rodríguez 2010-12-08 01:49:36 -04:30
parent 4a287faa1e
commit 848461f7a0
9 changed files with 22 additions and 35 deletions

View file

@ -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));
}
}