From 729bba87554048605e9dea000cbb793e2585e11a Mon Sep 17 00:00:00 2001 From: zYne Date: Tue, 16 Jan 2007 19:41:39 +0000 Subject: [PATCH] --- lib/Doctrine/Db.php | 1 + 1 file changed, 1 insertion(+) 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'); }