mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +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()
|
. ' -h=' . $appbox->get_host() . ' -P=' . $appbox->get_port()
|
||||||
. ' -b=' . $appbox->get_dbname() . ' -u=' . $appbox->get_user()
|
. ' -b=' . $appbox->get_dbname() . ' -u=' . $appbox->get_user()
|
||||||
. ' -p=' . $appbox->get_passwd()
|
. ' -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 = new Process($cmd);
|
||||||
$process->run();
|
$process->run();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user