Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Feb 28, 2014
1 parent 34f31b0 commit d652bb5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/Tmdb/Tests/HttpClient/HttpClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,6 @@ public function delete($path, $body = null, array $parameters = array(), $header
$this->client->getHttpClient()->delete('http://www.google.com/');
}

public function postJson($path, $postBody, array $parameters = array(), $headers = array())
{
$this->client->getHttpClient()->postJson('http://www.google.com/', $postBody);
}

public function put($path, $body = null, array $parameters = array(), $headers = array())
{
$this->client->getHttpClient()->put('http://www.google.com/');
Expand Down

0 comments on commit d652bb5

Please sign in to comment.