| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | public function testCreate(): void |
||
| 19 | { |
||
| 20 | $factory = new ConfigFactory(); |
||
| 21 | |||
| 22 | $this->checkCreate($factory, 'common', Config::class); |
||
| 23 | $this->checkCreate($factory, 'constants', Constants::class); |
||
| 24 | $this->checkCreate($factory, 'params', Params::class); |
||
| 25 | $this->checkCreate($factory, '__files', System::class); |
||
| 26 | } |
||
| 34 |