Skip to content

Commit e258bb4

Browse files
Merge branch '2.7' into 2.8
* 2.7: [appveyor] Ignore failures due to STATUS_ACCESS_VIOLATION errors
2 parents ae82ea9 + afe1e1e commit e258bb4

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 = 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)