Skip to content

Commit 783a04d

Browse files
jeroennotenondrejmirtes
authored andcommitted
Fix variable name in README
1 parent b0a6eec commit 783a04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected function setUp()
5656
{
5757
$fooMock = $this->createMock(Foo::class);
5858
$fooMock->method('doFoo')->will($this->returnValue('test'));
59-
$this->foo = $foo;
59+
$this->foo = $fooMock;
6060
}
6161

6262
public function testSomething()

0 commit comments

Comments
 (0)