We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7013a31 commit 4272cbdCopy full SHA for 4272cbd
tests/unit/TextUI/Configuration/Xml/MigratorTest.php
@@ -9,12 +9,10 @@
9
*/
10
namespace PHPUnit\TextUI\XmlConfiguration;
11
12
-use PHPUnit\Framework\Attributes\CoversClass;
13
use PHPUnit\Framework\Attributes\TestDox;
14
use PHPUnit\Framework\TestCase;
15
use PHPUnit\Util\Xml\Loader as XmlLoader;
16
17
-#[CoversClass(Migrator::class)]
18
final class MigratorTest extends TestCase
19
{
20
#[TestDox('Can migrate PHPUnit 9.2 configuration')]
0 commit comments