File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1010
1111use VIPSoft \TestCase ;
1212use LeanPHP \Behat \CodeCoverage \Common \Report \Factory ;
13- use SebastianBergmann \CodeCoverage \CodeCoverage ;
1413use SebastianBergmann \CodeCoverage \Report \Node \File ;
1514
1615/**
@@ -26,7 +25,7 @@ public function testProcess()
2625 ->disableOriginalConstructor ()
2726 ->getMock ();
2827
29- $ coverage = $ this ->createMock ('CodeCoverage ' );
28+ $ coverage = $ this ->createMock ('SebastianBergmann\CodeCoverage\ CodeCoverage ' );
3029 $ coverage ->expects ($ this ->once ())
3130 ->method ('getReport ' )
3231 ->will ($ this ->returnValue ($ report ));
Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ public function testConfigure()
370370
371371 public function testProcess ()
372372 {
373- $ container = $ this ->getMock ('Symfony\Component\DependencyInjection\ContainerBuilder ' );
373+ $ container = $ this ->createMock ('Symfony\Component\DependencyInjection\ContainerBuilder ' );
374374 $ container ->expects ($ this ->exactly (4 ))
375375 ->method ('hasDefinition ' );
376376
You can’t perform that action at this time.
0 commit comments