Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jul 24, 2017
1 parent 73186e2 commit 1c0b101
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/Forms/Forms.submittedBy.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ require __DIR__ . '/../bootstrap.php';

before(function () {
$_SERVER['REQUEST_METHOD'] = 'POST';
$_GET = [];
$_POST = [];
$_FILES = [];
$_GET = $_POST = $_FILES = [];
});


Expand Down

0 comments on commit 1c0b101

Please sign in to comment.