Skip to content

Commit

Permalink
added test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MiladMohebnia committed Aug 20, 2023
1 parent e1cc9b9 commit 05e289d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/router/RouterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ class RouterTest extends TestCase

protected function setUp(): void
{
$_POST = [];
$_SERVER = [];
$_FILES = [];
Router::reset();
}

Expand Down

0 comments on commit 05e289d

Please sign in to comment.