Skip to content

Commit c548d0f

Browse files
1 parent a82ed39 commit c548d0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ChromeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class ChromeTest extends TestCase
1010
{
1111
private function getMockedProcess()
1212
{
13-
$proc = $this->createMock(Process::class, ['mustRun']);
13+
$proc = $this->createMock(Process::class);
1414
$proc->expects($this->once())
1515
->method('mustRun')
1616
->will($this->returnSelf());

0 commit comments

Comments
 (0)