uninstall() public method

Uninstall module
public uninstall ( ) : boolean
return boolean
Example #1
0
 /**
  * Tears down the fixture, for example, closes a network connection.
  * This method is called after a test is executed.
  *
  * @return void
  */
 protected function tearDown()
 {
     $this->boostrap->uninstall();
     unset($this->boostrap);
     unset($this->object);
 }