コード例 #1
0
ファイル: CodeHelper.php プロジェクト: sliver/Robo
 public function _after(\Codeception\TestCase $test)
 {
     \AspectMock\Test::clean();
     Runner::setPrinter(null);
 }
コード例 #2
0
ファイル: CliHelper.php プロジェクト: sliver/Robo
 public function _after(\Codeception\TestCase $test)
 {
     $this->getModule('Filesystem')->deleteDir(codecept_data_dir() . 'sandbox');
     \Robo\Runner::setPrinter(null);
     chdir(codecept_root_dir());
 }