/**
  * Test the getName method.
  *
  * @return  void
  *
  * @since   1.0
  */
 public function testGetName()
 {
     $this->assertEquals('test', $this->instance->getName());
 }