Skip to content

Commit a3aeac1

Browse files
committed
Remove testing of MD files with invalid headers
1 parent 742b9b5 commit a3aeac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MDTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function testMarkdownFiles() : void
1717

1818
$parser = new \PHPFUI\InstaDoc\MarkDownParser();
1919

20-
$ignoreDirectories = ['devbridge', ];
20+
$ignoreDirectories = ['devbridge', 'pcre', 'semver', 'xdebug-handler', 'guzzle', 'jquery.AreYouSure', 'phpdoc-parser', 'http-message', 'simple_html_dom', 'foundation'];
2121

2222
foreach ($iterator as $file)
2323
{

0 commit comments

Comments
 (0)