コード例 #1
0
 /**
  * Tests the JApplicationCms::isClient method.
  *
  * @return  void
  *
  * @since  __DEPLOY_VERSION__
  */
 public function testIsClient()
 {
     $this->assertFalse($this->class->isClient('administrator'));
     $this->assertFalse($this->class->isClient('site'));
 }