From: Brion Vibber Date: Tue, 14 Dec 2010 21:25:22 +0000 (-0800) Subject: AtomPub tests: fix delete test X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=247a494006dbf276450d74a6a7c38e37ff09f8fe;p=quix0rs-gnu-social.git AtomPub tests: fix delete test --- diff --git a/tests/atompub/atompub_test.php b/tests/atompub/atompub_test.php index 389fd12c41..36a1ceec25 100644 --- a/tests/atompub/atompub_test.php +++ b/tests/atompub/atompub_test.php @@ -157,7 +157,7 @@ class AtomPubClient */ function delete() { - $client = $this->httpClient('GET'); + $client = $this->httpClient('DELETE'); $client->setBody($data); $response = $client->send();