Skip to content

Commit 35a84ed

Browse files
committed
🤔
1 parent 5ac76b2 commit 35a84ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/enqueue/Tests/Symfony/ContainerProcessorRegistryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function testThrowErrorIfServiceDoesNotImplementProcessorReturnType()
7171
$this->expectException(\TypeError::class);
7272
// Exception messages vary slightly between versions
7373
$this->expectExceptionMessageMatches(
74-
'/Enqueue\\Symfony\\ContainerProcessorRegistry::get\(\) .+ Interop\\Queue\\Processor, .*stdClass returned/'
74+
'/Enqueue\\Symfony\\ContainerProcessorRegistry\:\:get\(\).+ Interop\\Queue\\Processor, .*stdClass returned/'
7575
);
7676

7777
$registry->get('processor-name');

0 commit comments

Comments
 (0)