Пример #1
0
 public function testGetDriver()
 {
     $this->assertInstanceOf('\\Dewdrop\\Db\\Driver\\DriverInterface', $this->db->getDriver());
 }