diff --git a/Tests/Command/LoadDataFixturesDoctrineCommandTest.php b/Tests/Command/LoadDataFixturesDoctrineCommandTest.php new file mode 100644 index 00000000..d5b066c4 --- /dev/null +++ b/Tests/Command/LoadDataFixturesDoctrineCommandTest.php @@ -0,0 +1,36 @@ +createMock(ManagerRegistry::class); + $loader = new SymfonyFixturesLoader(new Container()); + + new LoadDataFixturesDoctrineCommand($loader, $registry); + } +} diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 96387152..716bd481 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -17,4 +17,8 @@ + + + +