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