diff --git a/composer.json b/composer.json index 1dbb8fc27..07e65dbba 100644 --- a/composer.json +++ b/composer.json @@ -126,6 +126,7 @@ }, "autoload-dev": { "psr-4": { + "App\\": "tests", "Chill\\DocGeneratorBundle\\Tests\\": "src/Bundle/ChillDocGeneratorBundle/tests", "Chill\\TicketBundle\\Tests\\": "src/Bundle/ChillTicketBundle/tests", "Chill\\WopiBundle\\Tests\\": "src/Bundle/ChillDocGeneratorBundle/tests", diff --git a/tests/app/config/bundles.php b/tests/app/config/bundles.php index e4520fa51..b20185210 100644 --- a/tests/app/config/bundles.php +++ b/tests/app/config/bundles.php @@ -44,5 +44,5 @@ return [ Chill\WopiBundle\ChillWopiBundle::class => ['all' => true], \Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true], Chill\EventBundle\ChillEventBundle::class => ['all' => true], - + Chill\TicketBundle\ChillTicketBundle::class => ['all' => true], ]; diff --git a/tests/app/config/packages/doctrine_migrations.yaml b/tests/app/config/packages/doctrine_migrations.yaml index a559780d3..a2afd0f01 100644 --- a/tests/app/config/packages/doctrine_migrations.yaml +++ b/tests/app/config/packages/doctrine_migrations.yaml @@ -14,6 +14,7 @@ doctrine_migrations: 'Chill\Migrations\DocGenerator': '@ChillDocGeneratorBundle/migrations' 'Chill\Migrations\Calendar': '@ChillCalendarBundle/migrations' 'Chill\Migrations\Budget': '@ChillBudgetBundle/migrations' + 'Chill\Migrations\Ticket': '@ChillTicketBundle/migrations' all_or_nothing: true