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