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