public function testLegend()
 {
     $fs = new HTML_QuickForm2_Container_Fieldset(null, null, array('label' => 'legend'));
     $this->assertRegExp('!\\s*<fieldset[^>]+>\\s*<legend id="[^"]+-legend">legend</legend>\\s*</fieldset>\\s*!', $fs->__toString());
 }