public function testSearchBox() { $html = Form::search_box('foo', 'bar', $this->testAttributes); $expected = '<input class="foo search-query" data-foo="bar" type="text" name="foo" value="bar">'; $this->assertEquals($expected, $html); }