Ejemplo n.º 1
0
 public function testSetText()
 {
     $label = new TLabel();
     $label->setText('Test');
     $this->assertEquals('Test', $label->getText());
 }