Skip to content

Commit ca740be

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Fix tests
2 parents 64cb3c3 + 5fec8da commit ca740be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Fixtures/php/services_subscriber_php81.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ public function isCompiled(): bool
4444
public function getRemovedIds(): array
4545
{
4646
return [
47-
'.service_locator.JmEob1b' => true,
48-
'.service_locator.JmEob1b.foo_service' => true,
4947
'.service_locator.KIgkoLM' => true,
48+
'.service_locator.qUb.lJI' => true,
49+
'.service_locator.qUb.lJI.foo_service' => true,
5050
'Symfony\\Component\\DependencyInjection\\Tests\\Fixtures\\CustomDefinition' => true,
5151
];
5252
}

0 commit comments

Comments
 (0)