[CORE] Fix path configuration

This commit is contained in:
2021-08-19 01:45:11 +01:00
committed by Hugo Sales
parent e7b985a460
commit 2b457655ea
7 changed files with 8 additions and 13 deletions

View File

@@ -54,7 +54,7 @@ class AdminTest extends GNUsocialTestCase
public function testSiteString()
{
$this->test(['attachments', 'dir'], fn () => INSTALLDIR . '/foo');
$this->test(['attachments', 'dir'], fn () => Common::config('storage', 'dir') . 'foo' . DIRECTORY_SEPARATOR);
}
public function testSiteInt()