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 9b4d2c0 + 4c49128 commit afe1e1eCopy full SHA for afe1e1e
Tests/Resource/DirectoryResourceTest.php
@@ -19,7 +19,7 @@ class DirectoryResourceTest extends \PHPUnit_Framework_TestCase
19
20
protected function setUp()
21
{
22
- $this->directory = 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