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 ae82ea9 + afe1e1e commit e258bb4Copy full SHA for e258bb4
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