Skip to content

Commit

Permalink
Do not limit code coverage to Migrator object (and include Migration …
Browse files Browse the repository at this point in the history
…objects)
  • Loading branch information
sebastianbergmann committed Dec 11, 2023
1 parent 7013a31 commit 4272cbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/TextUI/Configuration/Xml/MigratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
*/
namespace PHPUnit\TextUI\XmlConfiguration;

use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\TestDox;
use PHPUnit\Framework\TestCase;
use PHPUnit\Util\Xml\Loader as XmlLoader;

#[CoversClass(Migrator::class)]
final class MigratorTest extends TestCase
{
#[TestDox('Can migrate PHPUnit 9.2 configuration')]
Expand Down

0 comments on commit 4272cbd

Please sign in to comment.