Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaita <maxence@pontapreta.net>2017-02-06 19:18:36 +0300
committerdaita <maxence@pontapreta.net>2017-02-06 19:18:36 +0300
commit43be7362e8ad18c10148d7479a9a569405952721 (patch)
treec91f8bd4a3974ae2636a40b8d8d910a29b172c1d /appinfo
parent8b409cfe95e7a5768987b06d5bc919173dc92951 (diff)
./occ nextant:test
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/register_command.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/register_command.php b/appinfo/register_command.php
index d1fa6d5..3037024 100644
--- a/appinfo/register_command.php
+++ b/appinfo/register_command.php
@@ -28,6 +28,7 @@ $app = new \OCA\Nextant\AppInfo\Application();
$c = $app->getContainer();
$application->add(new OCA\Nextant\Command\Check($c->query('ConfigService'), $c->query('SolrService'), $c->query('SolrToolsService'), $c->query('SolrAdminService'), $c->query('SettingsController')));
+$application->add(new OCA\Nextant\Command\Test($c->query('ConfigService'), $c->query('SolrService'), $c->query('SolrToolsService'), $c->query('SolrAdminService'), $c->query('IndexService'), $c->query('SettingsController')));
$application->add(new OCA\Nextant\Command\Clear($c->query('ConfigService'), $c->query('SolrService'), $c->query('SolrAdminService')));
$application->add(new OCA\Nextant\Command\Index(OC::$server->getUserManager(), $c->query('RootFolder'), $c->query('IndexService'), $c->query('QueueService'), $c->query('SolrService'), $c->query('SolrToolsService'), $c->query('SolrAdminService'), $c->query('ConfigService'), $c->query('SourceService'), $c->query('MiscService')));
$application->add(new OCA\Nextant\Command\Optimize($c->query('ConfigService'), $c->query('SolrService'), $c->query('SolrToolsService')));