Esempio n. 1
0
 /**
  * Tests the JApplicationCms::getPathway method.
  *
  * @return  void
  *
  * @since   3.2
  */
 public function testGetPathway()
 {
     $this->assertInstanceOf('JPathway', $this->class->getPathway(''));
 }
Esempio n. 2
0
 /**
  * Tests the JApplicationCms::getPathway method.
  *
  * @return  void
  *
  * @since   3.2
  */
 public function testGetPathway()
 {
     $this->assertThat($this->class->getPathway(''), $this->isInstanceOf('JPathway'));
 }