|
@@ 45-47 (lines=3) @@
|
| 42 |
|
{ |
| 43 |
|
$this->load(); |
| 44 |
|
|
| 45 |
|
foreach (['client', 'message_factory', 'uri_factory', 'stream_factory'] as $type) { |
| 46 |
|
$this->assertContainerBuilderHasAlias("httplug.$type", "httplug.$type.default"); |
| 47 |
|
} |
| 48 |
|
} |
| 49 |
|
|
| 50 |
|
public function testConfigLoadClass(): void |
|
@@ 76-78 (lines=3) @@
|
| 73 |
|
], |
| 74 |
|
]); |
| 75 |
|
|
| 76 |
|
foreach (['client', 'message_factory', 'uri_factory', 'stream_factory'] as $type) { |
| 77 |
|
$this->assertContainerBuilderHasAlias("httplug.$type", "my_{$type}_service"); |
| 78 |
|
} |
| 79 |
|
} |
| 80 |
|
|
| 81 |
|
public function testClientPlugins(): void |