Skip to content

Commit

Permalink
Fix variable name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroennoten authored and ondrejmirtes committed Jan 24, 2020
1 parent b0a6eec commit 783a04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ protected function setUp()
{
$fooMock = $this->createMock(Foo::class);
$fooMock->method('doFoo')->will($this->returnValue('test'));
$this->foo = $foo;
$this->foo = $fooMock;
}

public function testSomething()
Expand Down

0 comments on commit 783a04d

Please sign in to comment.