Ejemplo n.º 1
0
 public function setUp()
 {
     parent::setUp();
     $this->_table['accounts'] = $this->_getTable('\\ZendTest\\Db\\Table\\TestAsset\\TableAccounts');
     $this->_table['bugs'] = $this->_getTable('\\ZendTest\\Db\\Table\\TestAsset\\TableBugs');
     $this->_table['bugs_products'] = $this->_getTable('\\ZendTest\\Db\\Table\\TestAsset\\TableBugsProducts');
     $this->_table['products'] = $this->_getTable('\\ZendTest\\Db\\Table\\TestAsset\\TableProducts');
 }
Ejemplo n.º 2
0
 public function setUp()
 {
     parent::setUp();
     $this->_db->getProfiler()->setEnabled(true);
 }