Skip to content

Commit 00592ae

Browse files
committed
Add comment explaining potential mocking when using PHPUnit 10
1 parent 31c5414 commit 00592ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Codec/CodecLibraryTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ public function testEncodeUnsupportedValue(): void
9090

9191
public function testLibraryAttachesToCodecs(): void
9292
{
93+
// TODO PHPUnit >= 10: use createMockForIntersectionOfInterfaces instead
9394
$codec = $this->getTestCodec();
9495
$library = $this->getCodecLibrary();
9596

0 commit comments

Comments
 (0)