Skip to content

Commit 11ef303

Browse files
committed
Fix
1 parent 610984b commit 11ef303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)