diff --git a/config.yml b/config.yml index 1600af1..e0d7a3a 100644 --- a/config.yml +++ b/config.yml @@ -1,8 +1,4 @@ application: - project: - - php - - symfony - - drupal method: git: enabled: true @@ -67,7 +63,7 @@ application: enabled: true exception: true file: - configuration: phpunit.xml + configuration: phpunit.xml.dist single-execution: true options: arguments: diff --git a/config/phpunit.xml b/config/phpunit.xml.dist similarity index 100% rename from config/phpunit.xml rename to config/phpunit.xml.dist diff --git a/src/Command/InitCommand.php b/src/Command/InitCommand.php index 9ffb024..b970b13 100644 --- a/src/Command/InitCommand.php +++ b/src/Command/InitCommand.php @@ -31,8 +31,8 @@ class InitCommand extends Command 'destination' => 'messages.yml', ], [ - 'source' => 'phpunit.xml', - 'destination' => 'phpunit.xml', + 'source' => 'phpunit.xml.dist', + 'destination' => 'phpunit.xml.dist', ], ];