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:
authorMaxence Lange <maxence@artificial-owl.com>2018-09-04 16:23:24 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-09-04 16:23:24 +0300
commit721496507bd34d8ee1ba96fd7133c0f19d8e41c9 (patch)
tree784346e451b72946199d6ee8f79ef4b758d6a7a3
parente03c733a091a1eb6c9067a58a5ada6834d66becb (diff)
no more strict mode
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--lib/Command/Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Command/Test.php b/lib/Command/Test.php
index f13469f..ec65d06 100644
--- a/lib/Command/Test.php
+++ b/lib/Command/Test.php
@@ -293,7 +293,7 @@ class Test extends ExtendedBase {
) {
$this->output($output, 'Locking process');
$this->runner = new Runner($this->runningService, 'test');
- $this->runner->start(true);
+ $this->runner->start();
$this->indexService->setRunner($this->runner);
$testPlatform->setRunner($this->runner);
$testProvider->setRunner($this->runner);