AtomPub tests: fix delete test

This commit is contained in:
Brion Vibber 2010-12-14 13:25:22 -08:00
parent 0bfeaa4559
commit 247a494006
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ class AtomPubClient
*/
function delete()
{
$client = $this->httpClient('GET');
$client = $this->httpClient('DELETE');
$client->setBody($data);
$response = $client->send();