From 270507006393ea6296c5e9aaa1b04099783d45f5 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 31 Dec 2017 17:22:25 +0100 Subject: [PATCH] Renamed tests --- ...omizerPluginTest.php => ApplicationConfigCustomizerTest.php} | 2 +- ...ustomizerPluginTest.php => DatabaseConfigCustomizerTest.php} | 2 +- ...ustomizerPluginTest.php => LanguageConfigCustomizerTest.php} | 2 +- ...mizerPluginTest.php => UrlShortenerConfigCustomizerTest.php} | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename module/CLI/test/Install/Plugin/{ApplicationConfigCustomizerPluginTest.php => ApplicationConfigCustomizerTest.php} (97%) rename module/CLI/test/Install/Plugin/{DatabaseConfigCustomizerPluginTest.php => DatabaseConfigCustomizerTest.php} (98%) rename module/CLI/test/Install/Plugin/{LanguageConfigCustomizerPluginTest.php => LanguageConfigCustomizerTest.php} (98%) rename module/CLI/test/Install/Plugin/{UrlShortenerConfigCustomizerPluginTest.php => UrlShortenerConfigCustomizerTest.php} (98%) diff --git a/module/CLI/test/Install/Plugin/ApplicationConfigCustomizerPluginTest.php b/module/CLI/test/Install/Plugin/ApplicationConfigCustomizerTest.php similarity index 97% rename from module/CLI/test/Install/Plugin/ApplicationConfigCustomizerPluginTest.php rename to module/CLI/test/Install/Plugin/ApplicationConfigCustomizerTest.php index f506af26..1c2d4da6 100644 --- a/module/CLI/test/Install/Plugin/ApplicationConfigCustomizerPluginTest.php +++ b/module/CLI/test/Install/Plugin/ApplicationConfigCustomizerTest.php @@ -15,7 +15,7 @@ use Symfony\Component\Console\Output\NullOutput; use Symfony\Component\Console\Question\ConfirmationQuestion; use Symfony\Component\Console\Style\SymfonyStyle; -class ApplicationConfigCustomizerPluginTest extends TestCase +class ApplicationConfigCustomizerTest extends TestCase { /** * @var ApplicationConfigCustomizer diff --git a/module/CLI/test/Install/Plugin/DatabaseConfigCustomizerPluginTest.php b/module/CLI/test/Install/Plugin/DatabaseConfigCustomizerTest.php similarity index 98% rename from module/CLI/test/Install/Plugin/DatabaseConfigCustomizerPluginTest.php rename to module/CLI/test/Install/Plugin/DatabaseConfigCustomizerTest.php index 097bc05d..98cf888a 100644 --- a/module/CLI/test/Install/Plugin/DatabaseConfigCustomizerPluginTest.php +++ b/module/CLI/test/Install/Plugin/DatabaseConfigCustomizerTest.php @@ -16,7 +16,7 @@ use Symfony\Component\Console\Question\ConfirmationQuestion; use Symfony\Component\Console\Style\SymfonyStyle; use Symfony\Component\Filesystem\Filesystem; -class DatabaseConfigCustomizerPluginTest extends TestCase +class DatabaseConfigCustomizerTest extends TestCase { /** * @var DatabaseConfigCustomizer diff --git a/module/CLI/test/Install/Plugin/LanguageConfigCustomizerPluginTest.php b/module/CLI/test/Install/Plugin/LanguageConfigCustomizerTest.php similarity index 98% rename from module/CLI/test/Install/Plugin/LanguageConfigCustomizerPluginTest.php rename to module/CLI/test/Install/Plugin/LanguageConfigCustomizerTest.php index f98c6295..ad39537a 100644 --- a/module/CLI/test/Install/Plugin/LanguageConfigCustomizerPluginTest.php +++ b/module/CLI/test/Install/Plugin/LanguageConfigCustomizerTest.php @@ -15,7 +15,7 @@ use Symfony\Component\Console\Output\NullOutput; use Symfony\Component\Console\Question\ConfirmationQuestion; use Symfony\Component\Console\Style\SymfonyStyle; -class LanguageConfigCustomizerPluginTest extends TestCase +class LanguageConfigCustomizerTest extends TestCase { /** * @var LanguageConfigCustomizer diff --git a/module/CLI/test/Install/Plugin/UrlShortenerConfigCustomizerPluginTest.php b/module/CLI/test/Install/Plugin/UrlShortenerConfigCustomizerTest.php similarity index 98% rename from module/CLI/test/Install/Plugin/UrlShortenerConfigCustomizerPluginTest.php rename to module/CLI/test/Install/Plugin/UrlShortenerConfigCustomizerTest.php index 3fc41a1e..ff5c1404 100644 --- a/module/CLI/test/Install/Plugin/UrlShortenerConfigCustomizerPluginTest.php +++ b/module/CLI/test/Install/Plugin/UrlShortenerConfigCustomizerTest.php @@ -15,7 +15,7 @@ use Symfony\Component\Console\Output\NullOutput; use Symfony\Component\Console\Question\ConfirmationQuestion; use Symfony\Component\Console\Style\SymfonyStyle; -class UrlShortenerConfigCustomizerPluginTest extends TestCase +class UrlShortenerConfigCustomizerTest extends TestCase { /** * @var UrlShortenerConfigCustomizer