Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jan 8, 2024
1 parent 1d0715c commit d5949a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- 8.2
- 8.3
phpunit:
- "~10.1.0"
- "~10.5.0"
- "~11.0.0"
dependencies:
Expand Down
1 change: 1 addition & 0 deletions src/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ protected function setUpTheTestEnvironmentTraitToBeIgnored(string $use): bool
*
* @return void
*/
#[\Override]
protected function refreshApplication()
{
$_ENV['APP_ENV'] = 'testing';
Expand Down

0 comments on commit d5949a4

Please sign in to comment.