Example #1
0
 public function testLabelledRadioFull()
 {
     $html = Form::labelled_radio('foo', 'foo', 'bar', true, $this->testAttributes);
     $matcher = $this->getLablledMatcher('radio', 'bar', true);
     $this->assertHTML($matcher, $html);
 }