Exemplo n.º 1
0
 /**
  * @return Application
  */
 private function initApplication()
 {
     $application = new Application($this->kernel);
     $application->setAutoExit(false);
     return $application->setTerminalDimensions($this->terminalWidth, $this->terminalHeight);
 }