Ejemplo n.º 1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testVerificaSeConsegueSetarLabelVazia()
 {
     $button = new Button("botao");
     $button->setLabel("");
 }