From e1e2a6c88cd6333390fe5eae5ee324d26d678317 Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.uk> Date: Sun, 24 Sep 2023 23:07:02 +0100 Subject: [PATCH] refactor(drupal): remove unused code --- src/Action/CreateListOfFilesToGenerate.php | 5 ----- 1 file changed, 5 deletions(-) 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',