Skip to content

Commit 4c49128

Browse files
[appveyor] Ignore failures due to STATUS_ACCESS_VIOLATION errors
1 parent 8cc9aab commit 4c49128

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)