Skip to content

Commit

Permalink
try to fix behats in sylius 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszWojdalowicz committed May 17, 2022
1 parent cc092ac commit 5e108aa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/Application/config/sylius/1.11/bundles.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

declare(strict_types=1);

return [
BabDev\PagerfantaBundle\BabDevPagerfantaBundle::class => ['all' => true],
SyliusLabs\Polyfill\Symfony\Security\Bundle\SyliusLabsPolyfillSymfonySecurityBundle::class => ['all' => true],
Sylius\Calendar\SyliusCalendarBundle::class => ['all' => true],
];

0 comments on commit 5e108aa

Please sign in to comment.