Skip to content

Commit 75536e6

Browse files
author
Toma Zoltan
committed
fix syntax error, unexpected T_CLASS
1 parent 9e10d9e commit 75536e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/MultiLoopTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ protected function expectCallableConsecutive($numberOfCalls, $with)
119119
protected function createCallableMock()
120120
{
121121
return $this
122-
->getMockBuilder(CallableStub::class)
122+
->getMockBuilder('LeeShan87\\Tests\\React\\MultiLoop\\CallableStub')
123123
->getMock();
124124
}
125125
}

0 commit comments

Comments
 (0)