Skip to content

Commit 4272cbd

Browse files
Do not limit code coverage to Migrator object (and include Migration objects)
1 parent 7013a31 commit 4272cbd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit/TextUI/Configuration/Xml/MigratorTest.php

-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@
99
*/
1010
namespace PHPUnit\TextUI\XmlConfiguration;
1111

12-
use PHPUnit\Framework\Attributes\CoversClass;
1312
use PHPUnit\Framework\Attributes\TestDox;
1413
use PHPUnit\Framework\TestCase;
1514
use PHPUnit\Util\Xml\Loader as XmlLoader;
1615

17-
#[CoversClass(Migrator::class)]
1816
final class MigratorTest extends TestCase
1917
{
2018
#[TestDox('Can migrate PHPUnit 9.2 configuration')]

0 commit comments

Comments
 (0)