/**
  * Tests the JApplicationCms::getMenu method.
  *
  * @return  void
  *
  * @since   3.2
  */
 public function testGetMenu()
 {
     $this->assertInstanceOf('JMenuAdministrator', $this->class->getMenu());
 }
 /**
  * Tests the JApplicationCms::getMenu method.
  *
  * @return  void
  *
  * @since   3.2
  */
 public function testGetMenu()
 {
     $this->assertThat($this->class->getMenu(), $this->isInstanceOf('JMenuAdministrator'));
 }