Skip to content

Commit

Permalink
thusfar
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmagicii committed Jun 24, 2024
1 parent d60fe13 commit ceb5a07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Nether/Avenue/RequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public function
$_SERVER['HTTP_HOST'] = 'avenue-magic.test';
$_SERVER['REQUEST_URI'] = '/test/magic?arg=one&with=query';
$_POST = [ 'item'=> 'thing' ];
$_GET = [ 'arg'=> 'one' ];

$Req = new Request;
$Req->ParseRequest();
Expand Down

0 comments on commit ceb5a07

Please sign in to comment.