Renamed tests

This commit is contained in:
Alejandro Celaya 2017-12-31 17:22:25 +01:00
parent 5e3770c105
commit 2705070063
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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