This commit is contained in:
aynsix
2020-04-08 13:15:16 +03:00
parent c261a28c34
commit 67381fa198

View File

@@ -72,6 +72,11 @@ class InstallTest extends \PhraseanetTestCase
case 'password':
return $password;
break;
case 'download-path':
case 'lazaret-path':
case 'caption-path':
case 'scheduler-locks-path':
case 'worker-tmp-files':
case 'data-path':
return $dataPath;
break;