Hotfix for Symfony Flex incompatibility with latest composer changes (#257)

This commit is contained in:
Kevin Papst
2018-08-07 20:17:56 +02:00
committed by GitHub
parent 8b8583d48b
commit e549a0824f
4 changed files with 633 additions and 385 deletions

View File

@@ -20,6 +20,7 @@ use Symfony\Component\Validator\Validator\ValidatorInterface;
/**
* @coversDefaultClass \App\Command\CreateUserCommand
* @group integration
* @group legacy
*/
class CreateUserCommandTest extends KernelTestCase
{