Skip to content

Commit ab8f784

Browse files
committed
Ok got the regex
1 parent 35a84ed commit ab8f784

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)