Ejemplo n.º 1
0
 /**
  * Tests the JApplicationSite::getRouter method.
  *
  * @return  void
  *
  * @since   3.2
  */
 public function testGetRouter()
 {
     $this->assertInstanceOf('JRouterSite', $this->class->getRouter());
 }
Ejemplo n.º 2
0
 /**
  * Tests the JApplicationSite::getRouter method.
  *
  * @return  void
  *
  * @since   3.2
  */
 public function testGetRouter()
 {
     $this->assertThat($this->class->getRouter(), $this->isInstanceOf('JRouterSite'));
 }