/**
  * Tests the JApplicationCms::getClientId method.
  *
  * @return  void
  *
  * @since   3.2
  */
 public function testGetClientId()
 {
     $this->assertSame(1, $this->class->getClientId());
 }
 /**
  * Tests the JApplicationCms::getClientId method.
  *
  * @return  void
  *
  * @since   3.2
  */
 public function testGetClientId()
 {
     $this->assertEquals($this->class->getClientId(), 1);
 }