Skip to content

Commit 1c0b101

Browse files
committed
wip
1 parent 73186e2 commit 1c0b101

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/Forms/Forms.submittedBy.phpt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ require __DIR__ . '/../bootstrap.php';
1515

1616
before(function () {
1717
$_SERVER['REQUEST_METHOD'] = 'POST';
18-
$_GET = [];
19-
$_POST = [];
20-
$_FILES = [];
18+
$_GET = $_POST = $_FILES = [];
2119
});
2220

2321

0 commit comments

Comments
 (0)