Add new test

This commit is contained in:
Philipp Holzer
2019-04-14 16:20:12 +02:00
parent 1480380af6
commit b93db8ec2e

View File

@@ -40,6 +40,14 @@ class BasePathTest extends MockedTest
],
'input' => 'config',
'output' => dirname(__DIR__, 3) . DIRECTORY_SEPARATOR . 'config',
],
'no_overwrite_if_invalid' => [
'server' => [
'DOCUMENT_ROOT' => '/nopopop',
'PWD' => dirname(__DIR__, 3) . DIRECTORY_SEPARATOR . 'config',
],
'input' => '/noatgawe22fafa',
'output' => dirname(__DIR__, 3) . DIRECTORY_SEPARATOR . 'config',
]
];
}