Ejemplo n.º 1
0
 /**
  * @beforeScenario
  */
 public function setupApplication()
 {
     StreamWrapper::register();
     $this->application = new Application('2.1-dev');
     $this->application->setAutoExit(false);
     $this->application->setTerminalDimensions(130, 30);
     $this->tester = new ApplicationTester($this->application);
     $this->setupReRunner();
     $this->setupPrompter();
 }