Exemple #1
0
 /**
  * @covers Zend\Db\Adapter\Platform\Sqlite::getName
  */
 public function testGetName()
 {
     $this->assertEquals('SQLite', $this->platform->getName());
 }