We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640a8ad commit 12decedCopy full SHA for 12deced
tests/TestCase.php
@@ -888,6 +888,8 @@ protected function getPathCoverageForBankAccount(): CodeCoverage
888
889
$stub = $this->createMock(Driver::class);
890
891
+ $stub->method('collectsBranchAndPathCoverage')->willReturn(true);
892
+
893
$stub->expects($this->any())
894
->method('stop')
895
->will($this->onConsecutiveCalls(
0 commit comments