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