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