Exemplo n.º 1
0
 public static function tearDownAfterClass()
 {
     static::$fileSystem->unmount();
 }
 /**
  * @AfterScenario
  *
  * @param AfterScenarioScope $scope
  */
 public function afterScenario(AfterScenarioScope $scope)
 {
     $this->fileSystem->unmount();
 }