Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
36 | public function testExtensionRequiresARepository(): void |
||
37 | { |
||
38 | $this->expectException(InvalidConfigurationException::class); |
||
39 | $this->expectExceptionMessageMatches('/^The child (config|node) "repository" (under|at path) "fh_multi_site" must be configured.$/'); |
||
40 | |||
41 | $this->extension->load([], $this->container); |
||
42 | } |
||
59 |