We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e80891 commit 5237ea2Copy full SHA for 5237ea2
src/Instrumentation/Symfony/tests/Integration/MessengerInstrumentationTest.php
@@ -72,13 +72,6 @@ protected function getTransport()
72
return new LegacyInMemoryTransport();
73
}
74
75
- public function setUp(): void
76
- {
77
- MessengerInstrumentation::register();
78
- parent::setUp();
79
- $this->storage = new ArrayObject();
80
- }
81
-
82
/**
83
* @dataProvider dispatchDataProvider
84
* @param mixed $message
0 commit comments