Skip to content

Commit 8361ed0

Browse files
Merge branch '3.0'
* 3.0: [appveyor] Ignore failures due to STATUS_ACCESS_VIOLATION errors Conflicts: src/Symfony/Component/Config/Tests/Resource/DirectoryResourceTest.php
2 parents 711408a + f92caa5 commit 8361ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Resource/DirectoryResourceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class DirectoryResourceTest extends \PHPUnit_Framework_TestCase
1919

2020
protected function setUp()
2121
{
22-
$this->directory = realpath(sys_get_temp_dir()).'/symfonyDirectoryIterator';
22+
$this->directory = sys_get_temp_dir().DIRECTORY_SEPARATOR.'symfonyDirectoryIterator';
2323
if (!file_exists($this->directory)) {
2424
mkdir($this->directory);
2525
}

0 commit comments

Comments
 (0)