Skip to content

Commit 5fec8da

Browse files
committed
Fix tests
Signed-off-by: Alexander M. Turek <[email protected]>
1 parent 467acd7 commit 5fec8da

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
'Psr\\Container\\ContainerInterface' => true,
5151
'Symfony\\Component\\DependencyInjection\\ContainerInterface' => true,
5252
'Symfony\\Component\\DependencyInjection\\Tests\\Fixtures\\CustomDefinition' => true,

0 commit comments

Comments
 (0)