Exemplo n.º 1
0
 /**
  * @covers Fobia\DataBase\DbStatement::__destruct
  * @todo   Implement test__destruct().
  */
 public function test__destruct()
 {
     $stmt = $this->db->query("SELECT VERSION()");
     unset($stmt);
 }