Skip to content

Commit 6a69561

Browse files
committed
Fix E2E tests
1 parent 3f56147 commit 6a69561

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
OUTPUT=$(../../bin/phpstan analyze 2>&1 || true)
149149
echo "$OUTPUT"
150150
../bashunit -a contains 'Result cache might not behave correctly' "$OUTPUT"
151-
../bashunit -a contains 'ResultCache8E2E\\CustomRule' "$OUTPUT"
151+
../bashunit -a contains 'ResultCache8E2E\CustomRule' "$OUTPUT"
152152
- script: |
153153
cd e2e/env-int-key
154154
env 1=1 ../../bin/phpstan analyse test.php

e2e/result-cache-5/phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ parameters:
88
ignoreErrors:
99
-
1010
identifier: instanceof.alwaysTrue
11+
reportUnmatched: false

0 commit comments

Comments
 (0)