Skip to content

Commit cc0971b

Browse files
authored
Merge pull request #1427 from samsonasik/put-options
Fixes "options" request call parameter in FeatureTestCase class
2 parents a4f361a + 4b66c15 commit cc0971b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Test/FeatureTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public function delete(string $path, array $params = null)
199199
*/
200200
public function options(string $path, array $params = null)
201201
{
202-
return $this->call('delete', $path, $params);
202+
return $this->call('options', $path, $params);
203203
}
204204

205205
/**

0 commit comments

Comments
 (0)