From 67381fa19832fe233e3b1cfe3aec5185e1dd155a Mon Sep 17 00:00:00 2001 From: aynsix Date: Wed, 8 Apr 2020 13:15:16 +0300 Subject: [PATCH] fix test --- tests/Alchemy/Tests/Phrasea/Command/Setup/InstallTest.php | 5 +++++ 1 file changed, 5 insertions(+) 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;