We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73186e2 commit 1c0b101Copy full SHA for 1c0b101
1 file changed
tests/Forms/Forms.submittedBy.phpt
@@ -15,9 +15,7 @@ require __DIR__ . '/../bootstrap.php';
15
16
before(function () {
17
$_SERVER['REQUEST_METHOD'] = 'POST';
18
- $_GET = [];
19
- $_POST = [];
20
- $_FILES = [];
+ $_GET = $_POST = $_FILES = [];
21
});
22
23
0 commit comments