mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 03:15:34 +01:00
parent
5f1c8afa9c
commit
3449ec5390
2 changed files with 40 additions and 0 deletions
|
@ -112,6 +112,9 @@ final class BuildConfigurationCommand extends Command
|
|||
if (null === Arr::get($configurationData, 'drupal.docroot')) {
|
||||
Arr::set($configurationData, 'drupal.docroot', 'web');
|
||||
}
|
||||
|
||||
// Add a Drupal version of phpunit.xml.dist.
|
||||
$this->filesToGenerate->push(['drupal-project/phpunit.xml.dist', 'phpunit.xml.dist']);
|
||||
}
|
||||
|
||||
$this->generateFiles($configurationData);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue