mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 05:23:21 +00:00
[SearchEngine] Remove Phrasea Engine debug in tests
This commit is contained in:
@@ -22,7 +22,7 @@ class PhraseaEngineTest extends SearchEngineAbstractTest
|
||||
. ' -h=' . $appbox->get_host() . ' -P=' . $appbox->get_port()
|
||||
. ' -b=' . $appbox->get_dbname() . ' -u=' . $appbox->get_user()
|
||||
. ' -p=' . $appbox->get_passwd()
|
||||
. ' --default-character-set=utf8 -n -o -d=64 --quit';
|
||||
. ' --default-character-set=utf8 -n -o --quit';
|
||||
$process = new Process($cmd);
|
||||
$process->run();
|
||||
}
|
||||
|
Reference in New Issue
Block a user