Example #1
0
 public function testClose()
 {
     $close = Table::close();
     $this->assertEquals('</table>', $close);
 }