Beispiel #1
0
 /**
  * @covers Zend\Db\Adapter\Platform\Oracle::getQuoteIdentifierSymbol
  */
 public function testGetQuoteIdentifierSymbol()
 {
     $this->assertEquals('"', $this->platform->getQuoteIdentifierSymbol());
 }