示例#1
0
 /**
  * @covers TextArea::__construct
  */
 public function test__construct()
 {
     $this->assertEquals("textarea", $this->text->getType());
 }