Exemplo n.º 1
0
 public function testHtmlException()
 {
     $button = new Button();
     $this->setExpectedException('InvalidArgumentException');
     $button->toHtml([]);
 }