Exemplo n.º 1
0
 /**
  * @covers Zend\Db\Adapter\Platform\Sqlite::getIdentifierSeparator
  */
 public function testGetIdentifierSeparator()
 {
     $this->assertEquals('.', $this->platform->getIdentifierSeparator());
 }