diff --git a/tests/Alchemy/Tests/Phrasea/Command/Setup/InstallTest.php b/tests/Alchemy/Tests/Phrasea/Command/Setup/InstallTest.php index f8e0a8b5a1..b79b50c591 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Setup/InstallTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Setup/InstallTest.php @@ -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;