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.
2 parents e515aaa + 680f267 commit c3653aeCopy full SHA for c3653ae
1 file changed
tests/TestCase.php
@@ -36,6 +36,6 @@ protected function expectCallableNever()
36
37
protected function createCallableMock()
38
{
39
- return $this->getMock('React\Tests\EventLoop\CallableStub');
+ return $this->getMockBuilder('React\Tests\EventLoop\CallableStub')->getMock();
40
}
41
0 commit comments