/**
  * Tests the endPanel method
  *
  * @return  void
  *
  * @since   3.0
  */
 public function testEndPanel()
 {
     $this->assertEquals('</div>', JHtmlBootstrap::endPanel());
 }