getUmask() public method

Returns the umask the application should create files/directories with.
public getUmask ( ) : string
return string The umask
Esempio n. 1
0
 /**
  * Test if the getter for the group works.
  *
  * @return void
  */
 public function testGetUmask()
 {
     $this->assertSame(ApplicationTest::UMASK, $this->application->getUmask());
 }