Skip to content

Commit 5237ea2

Browse files
committed
fix: test setup
1 parent 1e80891 commit 5237ea2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Instrumentation/Symfony/tests/Integration/MessengerInstrumentationTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,6 @@ protected function getTransport()
7272
return new LegacyInMemoryTransport();
7373
}
7474

75-
public function setUp(): void
76-
{
77-
MessengerInstrumentation::register();
78-
parent::setUp();
79-
$this->storage = new ArrayObject();
80-
}
81-
8275
/**
8376
* @dataProvider dispatchDataProvider
8477
* @param mixed $message

0 commit comments

Comments
 (0)