Skip to content

Commit 69f9b53

Browse files
authored
Merge pull request #52 from Codeception/send-delete-params-in-query-string
Send DELETE parameters in query string
2 parents fd6e608 + be06345 commit 69f9b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/REST.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
*/
7272
class REST extends CodeceptionModule implements DependsOnModule, PartedModule, API, ConflictsWithModule
7373
{
74-
const QUERY_PARAMS_AWARE_METHODS = ['GET', 'HEAD'];
74+
const QUERY_PARAMS_AWARE_METHODS = ['GET', 'HEAD', 'DELETE'];
7575

7676
protected $config = [
7777
'url' => '',

0 commit comments

Comments
 (0)