Skip to content

Commit

Permalink
Reproduce env int key problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Apr 4, 2024
1 parent bdde2ed commit 24d990b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ jobs:
OUTPUT=$(../../bin/phpstan 2>&1)
grep 'Result cache might not behave correctly' <<< "$OUTPUT"
grep 'ResultCache8E2E\\CustomRule' <<< "$OUTPUT"
- script: |
cd e2e/env-int-key
env 1=1 ../../bin/phpstan analyse test.php
steps:
- name: "Checkout"
Expand Down
1 change: 1 addition & 0 deletions e2e/env-int-key/test.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php

0 comments on commit 24d990b

Please sign in to comment.