mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 07:18:17 +02: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',
|
'input' => 'config',
|
||||||
'output' => dirname(__DIR__, 3) . DIRECTORY_SEPARATOR . '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…
Add table
Add a link
Reference in a new issue