From 00a98ee8083fca49ffb9cdbc9ae24443f75c53c7 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Tue, 8 Sep 2026 18:07:58 +0200 Subject: [PATCH] [CI] Switch tests from fastunit to phpunit for stable runs Claude-Session: https://claude.ai/code/session_018nXn7xBmuX9jrY8zZqgAxp --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 58f2834a1f3..09b07a3a2d6 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -36,4 +36,4 @@ jobs: - uses: "ramsey/composer-install@v4" - - run: vendor/bin/fastunit tests rules-tests utils/phpstan/tests + - run: vendor/bin/phpunit tests rules-tests utils/phpstan/tests