Example #1
0
 public function testUneditable()
 {
     $html = Form::uneditable('foo', $this->testAttributes);
     $expected = '<span class="foo uneditable-input" data-foo="bar">foo</span>';
     $this->assertEquals($expected, $html);
 }