|
|
@@ -70,7 +70,8 @@ class Zend_Test_DbAdapter extends Zend_Db_Adapter_Abstract
|
|
|
* Empty constructor to make it parameterless.
|
|
|
*/
|
|
|
public function __construct()
|
|
|
- {
|
|
|
+ {
|
|
|
+ $this->setProfiler(false);
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
@@ -256,7 +257,7 @@ class Zend_Test_DbAdapter extends Zend_Db_Adapter_Abstract
|
|
|
*/
|
|
|
protected function _commit()
|
|
|
{
|
|
|
-
|
|
|
+ return;
|
|
|
}
|
|
|
|
|
|
/**
|