コード例 #1
0
 public function testConstructorSetsContent()
 {
     $checkable = new HTML_QuickForm2_Element_InputCheckable('foo', null, array('content' => 'I am foo'));
     $this->assertEquals('I am foo', $checkable->getContent());
 }