mirror of
https://github.com/friendica/friendica
synced 2024-11-18 09:03:42 +00:00
Add new test
This commit is contained in:
parent
1480380af6
commit
b93db8ec2e
1 changed files with 8 additions and 0 deletions
|
@ -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',
|
||||
]
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue