summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-12-14 13:25:22 -0800
committerBrion Vibber <brion@pobox.com>2010-12-14 13:25:22 -0800
commit247a494006dbf276450d74a6a7c38e37ff09f8fe (patch)
treef5575717105db0488cb8a92fe3df67a47936d29a /tests
parent0bfeaa45594121fb89b88e4890fb2a1288a51ba6 (diff)
AtomPub tests: fix delete test
Diffstat (limited to 'tests')
-rw-r--r--tests/atompub/atompub_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/atompub/atompub_test.php b/tests/atompub/atompub_test.php
index 389fd12c4..36a1ceec2 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();