Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chadicus committed Apr 30, 2015
1 parent eba77d9 commit 839e5b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class MyClassTest extends \PHPUnit_Framework_TestCase
public function testCurlInitFails()
{
\Chadicus\FunctionRegistry::set(
__NAMESPACE__,
'curl_init',
function () {
return false;
Expand Down Expand Up @@ -91,7 +92,7 @@ To add the library as a local, per-project dependency use [Composer](http://getc
```json
{
"require-dev": {
"chadicus/test-helpers": "dev-master"
"chadicus/test-helpers": "~1.0"
}
}
```
Expand Down

0 comments on commit 839e5b4

Please sign in to comment.