/**
  * Tests the JApplicationCms::isSite method.
  *
  * @return  void
  *
  * @since   3.2
  */
 public function testIsSite()
 {
     $this->assertFalse($this->class->isSite());
 }
 /**
  * Tests the JApplicationCms::isSite method.
  *
  * @return  void
  *
  * @since   3.2
  */
 public function testIsSite()
 {
     $this->assertThat($this->class->isSite(), $this->isFalse(), 'JApplicationAdministrator is not a site app');
 }