mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-04 18:35:33 +01:00
refactor(drupal): remove unused code
This commit is contained in:
parent
aed6be0e83
commit
e1e2a6c88c
1 changed files with 0 additions and 5 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue