Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /