コード例 #1
0
ファイル: EnumeratorTest.php プロジェクト: goaop/framework
 public static function tearDownAfterClass()
 {
     static::$fileSystem->unmount();
 }
コード例 #2
0
 /**
  * @AfterScenario
  *
  * @param AfterScenarioScope $scope
  */
 public function afterScenario(AfterScenarioScope $scope)
 {
     $this->fileSystem->unmount();
 }