Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 3f9b528

Browse files
committed
Excluded tests path
(cherry picked from commit 2a62461)
1 parent 0e43100 commit 3f9b528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SyntaxChecker.test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function read_dir($dir, $ext = null)
3838
/**
3939
* @todo Make the exclusions much cleaner
4040
*/
41-
if (strpos($file, '/vendor/composer') === false && strpos($file, '/bin/stubs') === false) {
41+
if (strpos($file, '/vendor/composer') === false && strpos($file, '/vendor/symfony') === false && strpos($file, '/bin/stubs') === false) {
4242
exec('php -l "' . $file . '"', $output, $status);
4343
} else {
4444
echo '[SKIP] ' . $file;

0 commit comments

Comments
 (0)