Skip to content

Commit b5cd483

Browse files
committed
minor symfony#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 | symfony#32288 for 3.4 Commits ------- a03b5d8 fix invalid call to PhpFileLoader::load() in a test
2 parents 081c601 + a03b5d8 commit b5cd483

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/merge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
$this->load('merge_import.php', $container);
3+
$this->load('merge_import.php');
44

55
$container->loadFromExtension('security', [
66
'providers' => [

0 commit comments

Comments
 (0)