Ejemplo n.º 1
0
 /**
  * @depends test_construct
  * @covers ::__destruct
  */
 public function test_destruct()
 {
     $this->Helper->__destruct();
     $this->assertFalse(is_resource($this->Helper->MainHandle), 'Helper::__destruct() Failed to close curl multi handle');
 }