Skip to content

Commit

Permalink
Failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jul 5, 2023
1 parent 0bd48b4 commit 5bb8f19
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/other-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,13 @@ jobs:
cp ../../phpstan.phar vendor/phpstan/phpstan/phpstan.phar
cp ../../bootstrap.php vendor/phpstan/phpstan/bootstrap.php
vendor/bin/phpunit && ../../phpstan
- php-version: 8.2
ini-values: memory_limit=256M
operating-system: ubuntu-latest
script: |
cd e2e/bug-9574
cd test
../../../phpstan
steps:
- name: "Checkout"
Expand Down
5 changes: 5 additions & 0 deletions e2e/bug-9574/test/phpstan.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
parameters:
level: 0
phpVersion: 70100
paths:
- test.php
3 changes: 3 additions & 0 deletions e2e/bug-9574/test/test.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php

echo 'test';

0 comments on commit 5bb8f19

Please sign in to comment.