예제 #1
0
 /**
  * @covers ::dbClose
  */
 public function test_dbClose_closingTwice()
 {
     $this->driver->dbClose();
     $this->driver->dbClose();
     // To satisfy PHPUnit
     $this->assertTrue(true);
 }