Exemplo n.º 1
0
 function testName()
 {
     $textElem = new TextElement("testName", 1, "prompt", "error", false);
     $this->assertSame("testName", $textElem->getName());
 }