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