Esempio n. 1
0
 public function setUp()
 {
     TestBuilder::seed(1123546);
     $this->testRootDir = dirname(__DIR__) . DIRECTORY_SEPARATOR . "tests" . DIRECTORY_SEPARATOR;
     $this->tempDir = $this->testRootDir . "tmp" . DIRECTORY_SEPARATOR;
     ArtifactBuilder::setTempDir($this->tempDir);
 }
Esempio n. 2
0
 public function setUp()
 {
     parent::setUp();
     TestBuilder::seed(20125032);
 }