public function testGetRegisteredTransportTypes()
 {
     $this->assertInstanceOf('Doctrine\\Common\\Collections\\Collection', $this->typesRegistry->getRegisteredTransportTypes(self::CHANNEL_TYPE_ONE));
 }