Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
15 | protected function mockWithExpectations( |
||
16 | $className, |
||
17 | array $expectations = [], |
||
18 | array $constructorArgs = null): PHPUnit_Framework_MockObject_MockObject |
||
19 | { |
||
20 | return $this->getMockWithExpectations()->mockWithExpectations( |
||
21 | $className, |
||
22 | $expectations, |
||
23 | $constructorArgs |
||
24 | ); |
||
50 |