getNamespace() public method

Get the application namespace.
public getNamespace ( ) : string
return string
 public function testNamespaceDetection()
 {
     $app = new Application();
     $this->setExpectedException('RuntimeException');
     $app->getNamespace();
 }