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:
190
190
OUTPUT=$(../bashunit -a exit_code "1" "../../bin/phpstan analyse -c ignore.neon")
191
191
echo "$OUTPUT"
192
192
../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"
194
194
- script : |
195
195
cd e2e/bad-exclude-paths
196
196
OUTPUT=$(../bashunit -a exit_code "1" "../../bin/phpstan analyse -c phpneon.php")
@@ -202,7 +202,7 @@ jobs:
202
202
OUTPUT=$(../bashunit -a exit_code "1" "../../bin/phpstan analyse -c excludePaths.neon")
203
203
echo "$OUTPUT"
204
204
../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"
206
206
- script : |
207
207
cd e2e/bad-exclude-paths
208
208
OUTPUT=$(../bashunit -a exit_code "1" "../../bin/phpstan analyse -c phpneon2.php")
You can’t perform that action at this time.
0 commit comments