Ejemplo n.º 1
0
 /**
  * @covers Zend\Db\Adapter\Platform\Mysql::quoteIdentifier
  */
 public function testQuoteIdentifier()
 {
     $this->assertEquals('`identifier`', $this->platform->quoteIdentifier('identifier'));
 }