Skip to content

Commit 44e2e0e

Browse files
committed
Linux test support
1 parent 9ded02c commit 44e2e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SyntaxTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class SyntaxTest extends \PHPFUI\PHPUnitSyntaxCoverage\Extensions
55

66
public function testDirectory() : void
77
{
8-
$this->addSkipDirectory('PHPFUI\\InstaDoc\\Tests');
8+
$this->addSkipDirectory(str_replace('/', DIRECTORY_SEPARATOR, 'PHPFUI/InstaDoc/Tests'));
99
$this->assertValidPHPDirectory(__DIR__ . '/../src', 'src directory has an error');
1010
}
1111

0 commit comments

Comments
 (0)