コード例 #1
0
 /**
  * @covers Gloubster\Message\Job\AbstractJob::getRoutingKey
  */
 public function testGetRoutingKey()
 {
     $this->assertInternalType('string', $this->object->getRoutingKey());
 }