1 | <?php |
||
11 | final class BunnyManagerTest extends AbstractContainerTestCase |
||
12 | { |
||
13 | /** |
||
14 | * @var BunnyManager |
||
15 | */ |
||
16 | private $bunnyManager; |
||
17 | |||
18 | protected function setUp(): void |
||
24 | |||
25 | public function testGetClient(): void |
||
32 | |||
33 | public function testGetAsyncClient(): void |
||
43 | |||
44 | public function testGetClassNameByAlias(): void |
||
49 | |||
50 | protected function createBunnyManager(): BunnyManager |
||
73 | } |
||
74 |