Ejemplo n.º 1
0
 /**
  * Mysqli does not support named binds
  * ZF-2017: Test bind use of the Zend_Db_Select class.
  * @group ZF-2017
  * @expectedException Zend_Db_Statement_Exception
  */
 public function testSelectQueryWithBinds()
 {
     parent::testSelectQueryWithBinds();
 }