예제 #1
0
 public function testGetSetQuoteIdentifierSymbol()
 {
     $this->assertEquals('', $this->_adapter->getQuoteIdentifierSymbol());
     $this->_adapter->setQuoteIdentifierSymbol('`');
     $this->assertEquals('`', $this->_adapter->getQuoteIdentifierSymbol());
 }