diff --git a/src/Action/CreateListOfFilesToGenerate.php b/src/Action/CreateListOfFilesToGenerate.php index 819f227..3ed1d84 100644 --- a/src/Action/CreateListOfFilesToGenerate.php +++ b/src/Action/CreateListOfFilesToGenerate.php @@ -142,11 +142,6 @@ final class CreateListOfFilesToGenerate ); } - if ('drupal' === Arr::get($configurationData, 'type')) { - // Add a Drupal version of phpunit.xml.dist. - $filesToGenerate[] = new TemplateFile(data: 'drupal/phpunit.xml.dist', name: 'phpunit.xml.dist'); - } - if (Arr::get($configurationData, 'experimental.createGitHubActionsConfiguration', false) === true) { $filesToGenerate[] = new TemplateFile( data: 'ci/github-actions/ci.yml',