Exemplo n.º 1
0
 /**
  * @covers Gloubster\Message\Job\AbstractJob::getDelivery
  */
 public function testGetDelivery()
 {
     $this->assertInstanceOf('Gloubster\\Delivery\\DeliveryInterface', $this->object->getDelivery());
 }