Beispiel #1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testVerificaSeConsegueSetarLabelVazia()
 {
     $option = new Option('option');
     $option->setLabel('');
 }