Example #1
0
 public function testAckWithInvalidJobId()
 {
     $response = $this->client->ackJobById("DI5123453c3ec3a94698b32c7c19f7332b0ec7ce2405a0SQ");
     $this->assertEquals(0, $response, "Should be 0, I don't know why");
 }