예제 #1
0
 protected function setUp()
 {
     DirectoryHelper::clearDirectory($this->getTempDirectory());
     DirectoryHelper::clearDirectory($this->getOutputDirectory());
     parent::setUp();
 }
예제 #2
0
 protected function tearDown()
 {
     DirectoryHelper::clearDirectory($this->getTestTargetPath());
     parent::tearDown();
 }