Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Corrected test name
  • Loading branch information
Slamdunk committed Aug 2, 2013
1 parent 2fc05bf commit f1fc42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ZendTest/Http/ClientTest.php
Expand Up @@ -340,7 +340,7 @@ public function testIfClientDoesNotForwardAuthenticationToForeignHost()
$this->assertTrue(strpos($client->getLastRawRequest(), $encoded) === false);
}

public function testClientAlwaysReachableIfSpecified()
public function testAdapterAlwaysReachableIfSpecified()
{
$testAdapter = new Test();
$client = new Client('http://www.example.org/', array(
Expand Down

0 comments on commit f1fc42f

Please sign in to comment.