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