Skip to content

Commit 5bb8f19

Browse files
committed
Failing test
1 parent 0bd48b4 commit 5bb8f19

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

.github/workflows/other-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,13 @@ jobs:
382382
cp ../../phpstan.phar vendor/phpstan/phpstan/phpstan.phar
383383
cp ../../bootstrap.php vendor/phpstan/phpstan/bootstrap.php
384384
vendor/bin/phpunit && ../../phpstan
385+
- php-version: 8.2
386+
ini-values: memory_limit=256M
387+
operating-system: ubuntu-latest
388+
script: |
389+
cd e2e/bug-9574
390+
cd test
391+
../../../phpstan
385392
386393
steps:
387394
- name: "Checkout"

e2e/bug-9574/test/phpstan.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
parameters:
2+
level: 0
3+
phpVersion: 70100
4+
paths:
5+
- test.php

e2e/bug-9574/test/test.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
3+
echo 'test';

0 commit comments

Comments
 (0)