public function testGetChannel() { $channels = $this->object->listChannels()->toArray(); $expectedChannel = array_pop($channels); $channel = $this->object->getChannel($expectedChannel->name); $this->assertInstanceOf('RabbitMQ\\Management\\Entity\\Channel', $channel); $this->markTestSkipped('Not working ?!'); $this->assertEquals($expectedChannel, $channel); }