/**
  * Test if the getter for the group works.
  *
  * @return void
  */
 public function testGetGroup()
 {
     $this->assertSame(ApplicationTest::GROUP, $this->application->getGroup());
 }