예제 #1
0
 public function setUp()
 {
     test\Helper::setUpTmpDir();
     $dir = test\Helper::getTmpDir();
     $this->tmp = $dir;
     $this->filePath = test\Helper::createConfigFile($dir);
     $this->filePathBase = pathinfo($this->filePath, PATHINFO_BASENAME);
 }
예제 #2
0
 public function setUp()
 {
     test\Helper::setUpTmpDir();
     $dir = test\Helper::getTmpDir();
     $this->tmp = $dir;
 }