Ejemplo n.º 1
0
 /**
  * Tests the JApplicationCms::isSite method.
  *
  * @return  void
  *
  * @since   3.2
  */
 public function testIsSite()
 {
     $this->assertTrue($this->class->isSite());
 }
Ejemplo n.º 2
0
 /**
  * Tests the JApplicationCms::isSite method.
  *
  * @return  void
  *
  * @since   3.2
  */
 public function testIsSite()
 {
     $this->assertThat($this->class->isSite(), $this->isTrue(), 'JApplicationAdministrator is a site app');
 }