Skip to content

Commit

Permalink
Remove environments that we never use
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Mar 12, 2024
1 parent faa291d commit c7dca6a
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 51 deletions.
4 changes: 2 additions & 2 deletions tests/Application/config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
Sylius\Bundle\AdminBundle\SyliusAdminBundle::class => ['all' => true],
Sylius\Bundle\ShopBundle\SyliusShopBundle::class => ['all' => true],
Acme\SyliusExamplePlugin\AcmeSyliusExamplePlugin::class => ['all' => true],
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true, 'test_cached' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true, 'test_cached' => true],
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],
Sylius\Bundle\ApiBundle\SyliusApiBundle::class => ['all' => true],
Expand Down
10 changes: 0 additions & 10 deletions tests/Application/config/packages/staging/monolog.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions tests/Application/config/packages/test_cached/doctrine.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions tests/Application/config/packages/test_cached/fos_rest.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions tests/Application/config/packages/test_cached/framework.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions tests/Application/config/packages/test_cached/monolog.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions tests/Application/config/packages/test_cached/security.yaml

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions tests/Application/config/packages/test_cached/twig.yaml

This file was deleted.

0 comments on commit c7dca6a

Please sign in to comment.