コード例 #1
0
ファイル: Sql92Test.php プロジェクト: bradley-holt/zf2
 /**
  * @covers Zend\Db\Adapter\Platform\Sql92::getQuoteValueSymbol
  */
 public function testGetQuoteValueSymbol()
 {
     $this->assertEquals("'", $this->platform->getQuoteValueSymbol());
 }