@@ -146,7 +146,7 @@ |
||
| 146 | 146 | */ |
| 147 | 147 | protected function setupEnvironment(Configuration $configuration) |
| 148 | 148 | { |
| 149 | - $runner = $this->factory->createRunner('Bootstrap', $this->configuration->isSimulation()); |
|
| 149 | + $runner = $this->factory->createRunner('Bootstrap', $this->configuration->isSimulation()); |
|
| 150 | 150 | $runner->run($configuration); |
| 151 | 151 | } |
| 152 | 152 | |