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