| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | protected function setUp(): void |
||
| 28 | { |
||
| 29 | $configs = [ |
||
| 30 | 'sonata_media' => [ |
||
| 31 | 'db_driver' => 'doctrine_orm', |
||
| 32 | 'default_context' => 'default', |
||
| 33 | ], |
||
| 34 | ]; |
||
| 35 | $processor = new Processor(); |
||
| 36 | $configuration = new Configuration(); |
||
| 37 | $this->config = $processor->processConfiguration($configuration, $configs); |
||
| 38 | } |
||
| 39 | |||
| 51 |