Author: Tim Wagner (tw@appserver.io)
Inheritance: extends Thread, implements AppserverIo\Psr\Application\ApplicationInterface, implements AppserverIo\Psr\Application\DirectoryAwareInterface, implements AppserverIo\Psr\Application\FilesystemAwareInterface, implements AppserverIo\Psr\Context\ContextInterface, use trait AppserverIo\Appserver\Core\Traits\ThreadedContextTrait
Exemplo n.º 1
0
 /**
  * Test if the getter for the group works.
  *
  * @return void
  */
 public function testGetUmask()
 {
     $this->assertSame(ApplicationTest::UMASK, $this->application->getUmask());
 }