From 247a494006dbf276450d74a6a7c38e37ff09f8fe Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 14 Dec 2010 13:25:22 -0800 Subject: [PATCH] AtomPub tests: fix delete test --- tests/atompub/atompub_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();