File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ jobs:
190190 OUTPUT=$(../bashunit -a exit_code "1" "../../bin/phpstan analyse -c ignore.neon")
191191 echo "$OUTPUT"
192192 ../bashunit -a contains 'Invalid entry in ignoreErrors' "$OUTPUT"
193- ../bashunit -a contains '" tests" is neither a directory, nor a file path, nor a fnmatch pattern.' "$OUTPUT"
193+ ../bashunit -a contains 'tests" is neither a directory, nor a file path, nor a fnmatch pattern.' "$OUTPUT"
194194 - script : |
195195 cd e2e/bad-exclude-paths
196196 OUTPUT=$(../bashunit -a exit_code "1" "../../bin/phpstan analyse -c phpneon.php")
@@ -202,7 +202,7 @@ jobs:
202202 OUTPUT=$(../bashunit -a exit_code "1" "../../bin/phpstan analyse -c excludePaths.neon")
203203 echo "$OUTPUT"
204204 ../bashunit -a contains 'Invalid entry in excludePaths' "$OUTPUT"
205- ../bashunit -a contains '" tests" is neither a directory, nor a file path, nor a fnmatch pattern.' "$OUTPUT"
205+ ../bashunit -a contains 'tests" is neither a directory, nor a file path, nor a fnmatch pattern.' "$OUTPUT"
206206 - script : |
207207 cd e2e/bad-exclude-paths
208208 OUTPUT=$(../bashunit -a exit_code "1" "../../bin/phpstan analyse -c phpneon2.php")
You can’t perform that action at this time.
0 commit comments