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