示例#1
0
 /**
  * @covers ::dbClose
  * @covers ::dbConnect
  */
 public function test_dbClose()
 {
     // When
     $this->driver->dbClose();
     // Then
     $this->assertFalse($this->driver->isConnected());
 }