protected function setUp()
 {
     parent::setUp();
     while (false === mkdir($this->tempEmptyDir = sys_get_temp_dir() . '/puli-repository/DirectoryResourceTest' . rand(10000, 99999), 0777, true)) {
     }
     $this->fixturesDir = realpath(__DIR__ . '/Fixtures');
 }
 protected function setUp()
 {
     parent::setUp();
     $this->fixturesDir = realpath(__DIR__ . '/Fixtures');
 }