There was an error while loading. Please reload this page.
1 parent 5561277 commit 72acf65Copy full SHA for 72acf65
Tests/FilesystemTest.php
@@ -33,6 +33,7 @@ public function setUp()
33
$this->filesystem = new Filesystem();
34
$this->workspace = rtrim(sys_get_temp_dir(), DIRECTORY_SEPARATOR).DIRECTORY_SEPARATOR.time().rand(0, 1000);
35
mkdir($this->workspace, 0777, true);
36
+ $this->workspace = realpath($this->workspace);
37
}
38
39
public function tearDown()
0 commit comments