add another test

This commit is contained in:
Philipp 2023-01-01 22:18:57 +01:00
parent 4585335db9
commit 5ff1d431aa
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
2 changed files with 51 additions and 0 deletions

View file

@ -35,6 +35,9 @@ class ConfigFileTransformerTest extends MockedTest
'extended' => [
'configFile' => (dirname(__DIR__, 4) . '/datasets/config/B.node.config.php'),
],
'friendica.local' => [
'configFile' => (dirname(__DIR__, 4) . '/datasets/config/C.node.config.php'),
],
];
}