@@ -190,25 +190,25 @@ 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")
197
197
echo "$OUTPUT"
198
198
../bashunit -a contains 'Invalid entry in ignoreErrors' "$OUTPUT"
199
- ../bashunit -a contains 'src/test.php is neither a directory, nor a file path, nor a fnmatch pattern.' "$OUTPUT"
199
+ ../bashunit -a contains '" src/test.php" is neither a directory, nor a file path, nor a fnmatch pattern.' "$OUTPUT"
200
200
- script : |
201
201
cd e2e/bad-exclude-paths
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")
209
209
echo "$OUTPUT"
210
210
../bashunit -a contains 'Invalid entry in excludePaths' "$OUTPUT"
211
- ../bashunit -a contains 'src/test.php is neither a directory, nor a file path, nor a fnmatch pattern.' "$OUTPUT"
211
+ ../bashunit -a contains '" src/test.php" is neither a directory, nor a file path, nor a fnmatch pattern.' "$OUTPUT"
212
212
- script : |
213
213
cd e2e/bad-exclude-paths
214
214
OUTPUT=$(../../bin/phpstan analyse -c ignoreNonexistentExcludePath.neon)
0 commit comments