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