File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
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 \Report \Node \File ;
1413
1514/**
1615 * Clover report test
@@ -21,7 +20,7 @@ class CloverTest extends TestCase
2120{
2221 public function testProcess ()
2322 {
24- $ report = $ this ->getMockBuilder ('File ' )
23+ $ report = $ this ->getMockBuilder ('SebastianBergmann\CodeCoverage\Node\ File ' )
2524 ->disableOriginalConstructor ()
2625 ->getMock ();
2726
Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ public function testProcess()
2323 {
2424 $ coverage = $ this ->createMock ('SebastianBergmann\CodeCoverage\CodeCoverage ' );
2525 $ filter = $ this ->createMock ('SebastianBergmann\CodeCoverage\Filter ' );
26- $ filter
27- ->expects ($ this ->once ())
28- ->method ('getBlacklistedFiles ' )
29- ->will ($ this ->returnValue (array ()));
3026 $ filter
3127 ->expects ($ this ->once ())
3228 ->method ('getWhitelistedFiles ' )
You can’t perform that action at this time.
0 commit comments