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 d08820a commit 622d8c3Copy full SHA for 622d8c3
Tests/SyntaxTest.php
@@ -13,6 +13,7 @@ class SyntaxTest extends \PHPFUI\PHPUnitSyntaxCoverage\Extensions
13
{
14
public function testDirectory() : void
15
16
+ $this->skipNamespaceTesting();
17
$this->assertValidPHPDirectory(PROJECT_ROOT . '/src', 'src directory has an error');
18
$this->assertValidPHPDirectory(PROJECT_ROOT . '/Tools', 'Tools directory has an error');
19
}
0 commit comments