minor #32297 fix invalid call to PhpFileLoader::load() in a test (Tobion)

This PR was merged into the 3.4 branch.

Discussion
----------

fix invalid call to PhpFileLoader::load() in a test

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets |
| License       | MIT
| Doc PR        |

#32288 for 3.4

Commits
-------

a03b5d8089 fix invalid call to PhpFileLoader::load() in a test
This commit is contained in:
Tobias Schultze 2019-07-02 15:46:01 +02:00
commit b5cd483430
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
$this->load('merge_import.php', $container);
$this->load('merge_import.php');
$container->loadFromExtension('security', [
'providers' => [