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