| Total Complexity | 3 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class ServiceFactoryTest extends TestCase |
||
| 15 | { |
||
| 16 | public function testCreateQueueChannel() |
||
| 17 | { |
||
| 18 | $this::markTestSkipped('integration webservice desactived'); |
||
| 19 | // $channel = ServiceFactory::queueChannel('foo'); |
||
| 20 | // $this::assertInstanceOf(AMQPChannel::class, $channel); |
||
| 21 | } |
||
| 22 | |||
| 23 | public function testCloseAMQPconnection() |
||
| 24 | { |
||
| 25 | $this::markTestIncomplete(); |
||
| 26 | } |
||
| 27 | |||
| 28 | public function testWikiApi() |
||
| 29 | { |
||
| 30 | $this::markTestSkipped('integration webservice desactived'); |
||
| 31 | // $wiki = ServiceFactory::wikiApi(); |
||
| 35 |