minor #33495 [SecurityBundle] Removed workaround introduced in 4.3 (yceruto)

This PR was merged into the 4.4 branch.

Discussion
----------

[SecurityBundle] Removed workaround introduced in 4.3

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Cleanup of https://github.com/symfony/symfony/pull/33479

Commits
-------

d14aaf6946 Removed workaround introduced in 4.3
This commit is contained in:
Nicolas Grekas 2019-09-06 18:29:48 +02:00
commit a2d29115cf
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: