コード例 #1
0
 /**
  * A delay that is not set should return null
  *
  * @since 2015-07-20
  */
 public function testNoSpecifiedDelayReturnsNull()
 {
     $message = new IronMQMessage('Sample Message');
     $this->assertNull($message->getDelay());
 }