Beispiel #1
0
 public function testSetGetType()
 {
     $button = new Button('botao');
     $button->setType('btn');
     $this->assertEquals('btn', $button->getType());
 }