We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b35f6 commit b04d12bCopy full SHA for b04d12b
tests/Integrations/Symfony/Latest/MessengerTest.php
@@ -68,7 +68,7 @@ public function testAsyncSuccess()
68
$this->snapshotFromTraces(
69
$consumerTraces,
70
self::FIELDS_TO_IGNORE,
71
- 'tests.integrations.symfony.v7_0.messenger_test.test_async_success_consumer',
+ 'tests.integrations.symfony.latest.messenger_test.test_async_success_consumer',
72
true
73
);
74
}
@@ -92,7 +92,7 @@ public function testAsyncFailure()
92
93
94
95
- 'tests.integrations.symfony.v7_0.messenger_test.test_async_failure_consumer',
+ 'tests.integrations.symfony.latest.messenger_test.test_async_failure_consumer',
96
97
98
0 commit comments