destruct() public static method

destroy singleton instance
public static destruct ( ) : void
return void
 /**
  * tear down
  *
  * @return void
  */
 public function tearDown()
 {
     ProxyManager::destruct();
     m::close();
 }