From e8c42eebc0f7df0db32bbeb54bbbfdfb796e9af6 Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Tue, 21 Jul 2015 17:51:43 -0700 Subject: [PATCH 1/3] Rename nfig/phpunit.xml -> config/phpunit.xml.dist --- config/{phpunit.xml => phpunit.xml.dist} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename config/{phpunit.xml => phpunit.xml.dist} (100%) 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 From 2400b6c3b8c580fdd1cf1ed456d4f728045b56e1 Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Tue, 21 Jul 2015 17:53:47 -0700 Subject: [PATCH 2/3] Update phpunit.file.configuration to phpunit.xml.dist --- config.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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: From 1af99dd7acdc307f0189f80067fc45f21e0d18e7 Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Tue, 21 Jul 2015 17:54:42 -0700 Subject: [PATCH 3/3] Update reference to phpunit.xml.dist --- src/Command/InitCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', ], ];