Skip to content

Commit c6e79cf

Browse files
Tweak TestDox output
1 parent a610540 commit c6e79cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/Framework/MockObject/MockObjectTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
use PHPUnit\Framework\Attributes\DoesNotPerformAssertions;
1414
use PHPUnit\Framework\Attributes\Group;
1515
use PHPUnit\Framework\Attributes\Medium;
16+
use PHPUnit\Framework\Attributes\TestDox;
1617
use PHPUnit\Framework\ExpectationFailedException;
1718
use PHPUnit\Framework\TestCase;
1819
use PHPUnit\TestFixture\MockObject\AnInterface;
@@ -22,6 +23,7 @@
2223

2324
#[Group('test-doubles')]
2425
#[Group('test-doubles/mock-object')]
26+
#[TestDox('Mock Object')]
2527
#[Medium]
2628
final class MockObjectTest extends TestDoubleTestCase
2729
{

0 commit comments

Comments
 (0)