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