JaoudeStudios.com

Open Source is the road ahead!
It is currently Thu Sep 09, 2010 5:10 pm

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Unit testing error issue with Doctrine PHP
PostPosted: Thu Feb 11, 2010 9:06 am 
Offline
Site Admin
User avatar

Joined: Wed Jul 02, 2008 7:54 pm
Posts: 596
Location: Surrey
I am trying to unit test my models using Doctrine. I have followed the examples on the Doctrine website however because I am integrating with Zend Framework 1.10, I need to tweak it slightly i.e. custom bootstrap that contains some from Zend Framework & some from Doctrine.

The error I am getting is...
Code:
Unexpected PDOException thrown in [Default_Model_BrowserTest] with message [could not find driver] in /var/www/vhosts/realbrowser.svn/trunk/library/Doctrine-1.2.1/tests/DoctrineTest/Doctrine_UnitTestCase.php on line 138

However I am able to get data out of the database so there is a connection and I am using MySQL not PDO.

_________________
JaoudeStudios.com :: Eddie Jaoude :: Geek by nature, Linux by choice
Forum JaoudeStudios - php, mysql, xhtml, css, javascript, jquery, svn subversion, linux, lamp, W3C
Online Agile Task board
Open Source is the road ahead!!


Top
 Profile  
 
 Post subject: Re: Unit testing error issue with Doctrine PHP
PostPosted: Thu Feb 11, 2010 9:09 am 
Offline
Site Admin
User avatar

Joined: Wed Jul 02, 2008 7:54 pm
Posts: 596
Location: Surrey
Solution

Looking through the Doctrine library code, I realised that it is taking the driver for the database out of the class name, the 3rd element of the class name to be exact.

So I renamed my class from Default_Model_BrowserTest to Default_Model_Mysql_BrowserTest and it worked :)

Whooohooo hope that helps others and wont waste many hours like I did.

_________________
JaoudeStudios.com :: Eddie Jaoude :: Geek by nature, Linux by choice
Forum JaoudeStudios - php, mysql, xhtml, css, javascript, jquery, svn subversion, linux, lamp, W3C
Online Agile Task board
Open Source is the road ahead!!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group