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.
1 parent 9ded02c commit 44e2e0eCopy full SHA for 44e2e0e
tests/SyntaxTest.php
@@ -5,7 +5,7 @@ class SyntaxTest extends \PHPFUI\PHPUnitSyntaxCoverage\Extensions
5
6
public function testDirectory() : void
7
{
8
- $this->addSkipDirectory('PHPFUI\\InstaDoc\\Tests');
+ $this->addSkipDirectory(str_replace('/', DIRECTORY_SEPARATOR, 'PHPFUI/InstaDoc/Tests'));
9
$this->assertValidPHPDirectory(__DIR__ . '/../src', 'src directory has an error');
10
}
11
0 commit comments