/**
  * Tests the JApplicationCms::getPathway method.
  *
  * @return  void
  *
  * @since   3.2
  */
 public function testGetPathway()
 {
     $this->assertNull($this->class->getPathway());
 }
 /**
  * Tests the JApplicationCms::getPathway method.
  *
  * @return  void
  *
  * @since   3.2
  *
  * @expectedException  RuntimeException
  */
 public function testGetPathway()
 {
     $this->class->getPathway();
 }
 /**
  * Tests the JApplicationCms::getPathway method.
  *
  * @return  void
  *
  * @since   3.2
  */
 public function testGetPathway()
 {
     $this->assertNull($this->class->getPathway(), 'The admin app does not have a JPathway class.');
 }