Removed workaround introduced in 4.3

This commit is contained in:
Yonel Ceruto 2019-09-06 12:12:15 -04:00
parent 9d472c715f
commit d14aaf6946
2 changed files with 1 additions and 2 deletions

View File

@ -16,6 +16,5 @@ use Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\MissingUserProviderBun
return [
new FrameworkBundle(),
new SecurityBundle(),
new Symfony\Bundle\TwigBundle\TwigBundle(),
new MissingUserProviderBundle(),
];

View File

@ -1,5 +1,5 @@
imports:
- { resource: ./../config/default.yml }
- { resource: ./../config/framework.yml }
security:
firewalls: