From 4adb0a96aa034d2887c9692e986b77acb27f8501 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Fri, 31 Mar 2023 02:54:59 +0200 Subject: [PATCH] PHPStan: Use stable PHPUnit path phpunit-bridge will create a symlink. (cherry picked from commit 2c6c6d59874c16e199a4b810060e7cabaf5371c3) --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 7c1f51c..7e5d5d8 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -6,7 +6,7 @@ parameters: # https://github.com/phpstan/phpstan/issues/694#issuecomment-350724288 bootstrapFiles: - - vendor/bin/.phpunit/phpunit-7.5-0/vendor/autoload.php + - vendor/bin/.phpunit/phpunit/vendor/autoload.php includes: - vendor/phpstan/phpstan-phpunit/extension.neon