protected function setUp()
 {
     $this->config = new DefaultApplicationConfig();
     $this->config->setCatchExceptions(false);
     $this->config->setTerminateAfterRun(false);
 }