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