ZF-9196: Zend_Db_Profiler_FirebugTest fails when you don't have the extension PDO_SQLITE installed.
Description
Zend_Db_Profiler_FirebugTest fails to tearDown() correctly when you don't have the pecl PDO_SQLITE extension installed.
"Fatal error: Call to a member function getConnection() on a non-object in .../release-1.9.2/tests/Zend/Db/Profiler/FirebugTest.php on line 104"
A fix would be to check to see if the PDO_SQLITE extension is loaded at the top of the tearDown() function
Comments
Posted by Dennis Becker (radhad) on 2010-05-26T01:23:57.000+0000
I have created a patch to solve this problem!
Posted by Ramon Henrique Ornelas (ramon) on 2010-07-15T21:23:07.000+0000
Fixed with the r22570.