fix failing tests. test and mocked sources would cause exceptions

This commit is contained in:
Ceeram 2013-03-13 21:58:55 +01:00
parent dde0912d1e
commit 8374eb92cc
4 changed files with 9 additions and 1 deletions

View file

@ -78,7 +78,6 @@ class ConnectionManager {
*
* @param string $name The name of the DataSource, as defined in app/Config/database.php
* @return DataSource Instance
* @throws MissingDatasourceConfigException
* @throws MissingDatasourceException
*/
public static function getDataSource($name) {