We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a6eec commit 783a04dCopy full SHA for 783a04d
README.md
@@ -56,7 +56,7 @@ protected function setUp()
56
{
57
$fooMock = $this->createMock(Foo::class);
58
$fooMock->method('doFoo')->will($this->returnValue('test'));
59
- $this->foo = $foo;
+ $this->foo = $fooMock;
60
}
61
62
public function testSomething()
0 commit comments