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';