From 2cd2a481d9246e6fc95ad1564fe5748d1e1dd86b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 14 Jul 2025 00:06:44 +0200 Subject: [PATCH] Updated phpunit recipe --- .gitignore | 2 +- bin/phpunit | 0 symfony.lock | 7 ++++--- 3 files changed, 5 insertions(+), 4 deletions(-) mode change 100755 => 100644 bin/phpunit diff --git a/.gitignore b/.gitignore index c8c59090..76655919 100644 --- a/.gitignore +++ b/.gitignore @@ -42,7 +42,7 @@ yarn-error.log ###> phpunit/phpunit ### /phpunit.xml -.phpunit.result.cache +/.phpunit.cache/ ###< phpunit/phpunit ### ###> phpstan/phpstan ### diff --git a/bin/phpunit b/bin/phpunit old mode 100755 new mode 100644 diff --git a/symfony.lock b/symfony.lock index b975106c..f4ebe25f 100644 --- a/symfony.lock +++ b/symfony.lock @@ -309,15 +309,16 @@ "version": "0.12.4" }, "phpunit/phpunit": { - "version": "9.6", + "version": "11.5", "recipe": { "repo": "github.com/symfony/recipes", "branch": "main", - "version": "9.6", - "ref": "6a9341aa97d441627f8bd424ae85dc04c944f8b4" + "version": "11.1", + "ref": "c6658a60fc9d594805370eacdf542c3d6b5c0869" }, "files": [ ".env.test", + "bin/phpunit", "phpunit.xml.dist", "tests/bootstrap.php" ]