Skip to content

Commit 1e06937

Browse files
committed
Fix phpstan/phpunit
1 parent 10657ad commit 1e06937

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,7 @@ jobs:
4646
php-version: 8.2
4747
- name: Install composer dependencies
4848
run: composer install --no-progress --prefer-dist --optimize-autoloader
49+
- name: Install PHPUnit
50+
run: vendor/bin/simple-php-unit --version
4951
- name: Run PHPStan
50-
run: vendor/bin/phpstan analyse
52+
run: vendor/bin/phpstan analyse

phpstan.neon.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ parameters:
33
paths:
44
- src
55
- tests
6+
bootstrapFiles:
7+
- vendor/bin/.phpunit/phpunit/vendor/autoload.php
68
ignoreErrors:
79
-
810
message: '#^Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface\:\:end\(\)\.$#'

0 commit comments

Comments
 (0)