コード例 #1
0
 public function testAbbrBase()
 {
     $expected = '<abbr></abbr>';
     $result = Html5Gen::abbr();
     $this->assertEquality($expected, $result);
 }