Exemplo n.º 1
0
 public function testSetAndGetQueryWithBind()
 {
     $this->_query->setQuery('id:%1%', array(678));
     $this->assertEquals('id:678', $this->_query->getQuery());
 }