diff --git a/lib/Doctrine/Db.php b/lib/Doctrine/Db.php index 3b61e7105..389633d19 100644 --- a/lib/Doctrine/Db.php +++ b/lib/Doctrine/Db.php @@ -293,6 +293,7 @@ class Doctrine_Db implements Countable, IteratorAggregate, Doctrine_Adapter_Inte case 'firebird': case 'pgsql': case 'odbc': + case 'mock': if ( ! isset($parts['path']) || $parts['path'] == '/') { throw new Doctrine_Db_Exception('No database availible in data source name'); }