Skip to content

Commit f2c5070

Browse files
staabmsebastianbergmann
authored andcommitted
fix CoversClass typo
1 parent fa4747c commit f2c5070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Runner/ResultCache/ResultCacheIdTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
use PHPUnit\Framework\TestCase;
2020
use PHPUnit\Metadata\MetadataCollection;
2121

22-
#[CoversClass(DefaultResultCache::class)]
22+
#[CoversClass(ResultCacheId::class)]
2323
#[Small]
2424
final class ResultCacheIdTest extends TestCase
2525
{

0 commit comments

Comments
 (0)