We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 711408a + f92caa5 commit 8361ed0Copy full SHA for 8361ed0
Tests/Resource/DirectoryResourceTest.php
@@ -19,7 +19,7 @@ class DirectoryResourceTest extends \PHPUnit_Framework_TestCase
19
20
protected function setUp()
21
{
22
- $this->directory = realpath(sys_get_temp_dir()).'/symfonyDirectoryIterator';
+ $this->directory = sys_get_temp_dir().DIRECTORY_SEPARATOR.'symfonyDirectoryIterator';
23
if (!file_exists($this->directory)) {
24
mkdir($this->directory);
25
}
0 commit comments