Skip to content

Commit be06345

Browse files
authored
Send DELETE parameters in query string
1 parent 4c8c6bd commit be06345

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)