From d5949a4e85fbf11ba975c995531311f341ca1e34 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Mon, 8 Jan 2024 08:11:27 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- .github/workflows/tests.yaml | 1 - src/TestCase.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 69bb9c3..fa917d3 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,7 +17,6 @@ jobs: - 8.2 - 8.3 phpunit: - - "~10.1.0" - "~10.5.0" - "~11.0.0" dependencies: diff --git a/src/TestCase.php b/src/TestCase.php index a986b39..edda4a6 100644 --- a/src/TestCase.php +++ b/src/TestCase.php @@ -99,6 +99,7 @@ protected function setUpTheTestEnvironmentTraitToBeIgnored(string $use): bool * * @return void */ + #[\Override] protected function refreshApplication() { $_ENV['APP_ENV'] = 'testing';