Skip to content

Commit 9d62656

Browse files
Sync
1 parent 611ec0a commit 9d62656

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.psalm/baseline.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<InternalMethod occurrences="8">
88
<code>asString</code>
99
<code>getName</code>
10-
<code>getName</code>
1110
<code>isLarge</code>
1211
<code>isMedium</code>
12+
<code>nameWithDataSet</code>
1313
<code>size</code>
1414
<code>size</code>
1515
<code>size</code>

src/CodeCoverage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public function append(RawCodeCoverageData $rawData, PhptTestCase|string|TestCas
219219

220220
$size = $id->size()->asString();
221221
$status = $id->status()->asString();
222-
$id = get_class($id) . '::' . $id->getName();
222+
$id = get_class($id) . '::' . $id->nameWithDataSet();
223223
} elseif ($id instanceof PhptTestCase) {
224224
$fromTestcase = true;
225225
$size = 'large';

0 commit comments

Comments
 (0)