We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322f256 commit 164192bCopy full SHA for 164192b
1 file changed
test/ChromeTest.php
@@ -13,7 +13,7 @@ private function getMockedProcess()
13
$proc = $this->createMock(Process::class, ['mustRun']);
14
$proc->expects($this->once())
15
->method('mustRun')
16
- ->willReturn('rendered-pdf');
+ ->will($this->returnSelf());
17
return $proc;
18
}
19
0 commit comments