예제 #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());
 }