Skip to content

Commit

Permalink
minor #43752 [DependencyInjection] fix tests (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 5.4 branch.

Discussion
----------

[DependencyInjection] fix tests

| Q             | A
| ------------- | ---
| Branch?       | 5.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

Commits
-------

2406348 fix tests
  • Loading branch information
nicolas-grekas committed Oct 26, 2021
2 parents 991a7f2 + 2406348 commit b2fc70b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public function isCompiled(): bool
public function getRemovedIds(): array
{
return [
'.service_locator.DlIAmAe' => true,
'.service_locator.t5IGRMW' => true,
'.service_locator.zFfA7ng' => true,
'.service_locator.zFfA7ng.foo_service' => true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public function isCompiled(): bool
public function getRemovedIds(): array
{
return [
'.service_locator.JmEob1b' => true,
'.service_locator.KIgkoLM' => true,
'.service_locator.qUb.lJI' => true,
'.service_locator.qUb.lJI.foo_service' => true,
Expand Down

0 comments on commit b2fc70b

Please sign in to comment.