Exemplo n.º 1
0
 /**
  * @expectedException \Gasp\Exception
  */
 public function testAttemptingToSetInvalidOptionThrowsException()
 {
     $task = new Lint();
     $task->setOptions(['fafafafa' => true]);
 }