public function testLabelBase() { $expected = '<label></label>'; $result = Html5Gen::label(); $this->assertEquality($expected, $result); }