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.
2 parents fd6e608 + be06345 commit 69f9b53Copy full SHA for 69f9b53
src/Codeception/Module/REST.php
@@ -71,7 +71,7 @@
71
*/
72
class REST extends CodeceptionModule implements DependsOnModule, PartedModule, API, ConflictsWithModule
73
{
74
- const QUERY_PARAMS_AWARE_METHODS = ['GET', 'HEAD'];
+ const QUERY_PARAMS_AWARE_METHODS = ['GET', 'HEAD', 'DELETE'];
75
76
protected $config = [
77
'url' => '',
0 commit comments