Example #1
0
 public function testGetNoneExistingJob()
 {
     $this->setExpectedException(BitcodinResourceNotFoundException::class);
     Job::get(0);
 }