| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 8 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 27 | #[Override] |
||
| 28 | protected function configure(): void |
||
| 29 | { |
||
| 30 | 19 | $this->install(new QueryRepositoryModule()); |
|
| 31 | $this->override(new Psr6NullModule()); |
||
| 32 | 19 | $this->install(new WebRouterModule()); |
|
| 33 | 19 | $this->install(new VndErrorModule()); |
|
| 34 | 19 | $this->install(new PsrLoggerModule()); |
|
| 35 | 19 | $this->install(new StreamModule()); |
|
| 36 | 19 | $this->install(new CreatedResourceModule()); |
|
| 37 | 19 | $this->install(new DiCompileModule(false)); |
|
| 38 | 19 | $this->install(new SundayModule()); |
|
| 39 | 19 | } |
|
| 41 |