コード例 #1
0
 /**
  * Tests the JApplicationCms::isSite method.
  *
  * @return  void
  *
  * @since   3.2
  */
 public function testIsSite()
 {
     $this->assertFalse($this->class->isSite());
 }
コード例 #2
0
 /**
  * Tests the JApplicationCms::isSite method.
  *
  * @return  void
  *
  * @since   3.2
  */
 public function testIsSite()
 {
     $this->assertThat($this->class->isSite(), $this->isFalse(), 'By default, JApplicationCms is neither a site or admin app');
 }