Skip to content

Commit f0e2155

Browse files
Sync
1 parent d5a5220 commit f0e2155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeCoverage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public function append(RawCodeCoverageData $rawData, $id = null, bool $append =
243243
if ($id instanceof TestCase) {
244244
$fromTestcase = true;
245245

246-
$size = $id->getSize()->asString();
246+
$size = $id->size()->asString();
247247
$status = $id->status()->asString();
248248
$id = get_class($id) . '::' . $id->getName();
249249
} elseif ($id instanceof PhptTestCase) {

0 commit comments

Comments
 (0)