Add new test

This commit is contained in:
Philipp Holzer 2019-04-14 16:20:12 +02:00
parent 1480380af6
commit b93db8ec2e
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
1 changed files with 8 additions and 0 deletions

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',
]
];
}