AtomPub tests: fix delete test
This commit is contained in:
parent
0bfeaa4559
commit
247a494006
|
@ -157,7 +157,7 @@ class AtomPubClient
|
|||
*/
|
||||
function delete()
|
||||
{
|
||||
$client = $this->httpClient('GET');
|
||||
$client = $this->httpClient('DELETE');
|
||||
$client->setBody($data);
|
||||
$response = $client->send();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user