Skip to content

Commit 622d8c3

Browse files
committed
Fix tests
1 parent d08820a commit 622d8c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/SyntaxTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class SyntaxTest extends \PHPFUI\PHPUnitSyntaxCoverage\Extensions
1313
{
1414
public function testDirectory() : void
1515
{
16+
$this->skipNamespaceTesting();
1617
$this->assertValidPHPDirectory(PROJECT_ROOT . '/src', 'src directory has an error');
1718
$this->assertValidPHPDirectory(PROJECT_ROOT . '/Tools', 'Tools directory has an error');
1819
}

0 commit comments

Comments
 (0)