Example #1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testSetInvalidTimeoutThrowsException()
 {
     $gearmanAdmin = new GearmanAdmin();
     $gearmanAdmin->setTimeout('forever');
 }