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 0dbb9e3 commit 2d6bc45Copy full SHA for 2d6bc45
create_framework/unit_testing.rst
@@ -114,7 +114,7 @@ We are now ready to write our first test::
114
$matcher
115
->expects($this->once())
116
->method('getContext')
117
- ->will($this->retunValue($this->createMock(Routing\RequestContext::class)))
+ ->will($this->returnValue($this->createMock(Routing\RequestContext::class)))
118
;
119
$controllerResolver = $this->createMock(ControllerResolverInterface::class);
120
$argumentResolver = $this->createMock(ArgumentResolverInterface::class);
0 commit comments