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