Skip to content

Commit

Permalink
Call to createClient is no more static.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephpy committed Jan 8, 2013
1 parent 7dae837 commit 3ffaf11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,7 +55,7 @@ class helloWorld extends Units\WebTestCase
{
public function testMyTralala()
{
$client = self::createClient();
$client = $this->createClient();
}
}
```
Expand Down

0 comments on commit 3ffaf11

Please sign in to comment.