From 17392ad232e8f1f39dfcaa2c005511a88ea56e2c Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Thu, 1 Nov 2018 21:30:03 +0100 Subject: init var Signed-off-by: Maxence Lange --- lib/Command/Test.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Command/Test.php b/lib/Command/Test.php index feb38f2..1ada38d 100644 --- a/lib/Command/Test.php +++ b/lib/Command/Test.php @@ -224,6 +224,7 @@ class Test extends ACommandBase { * @param bool $result */ private function outputResult(OutputInterface $output, bool $result) { + $isNewLine = false; $line = $this->convertBoolToLine($result, $isNewLine); $this->output($output, $line, $isNewLine); @@ -474,7 +475,7 @@ class Test extends ACommandBase { $this->output($output, 'Updating documents access.'); $options = new IndexOptions( [ - 'provider' => TestProvider::TEST_PROVIDER_ID, + 'provider' => TestProvider::TEST_PROVIDER_ID, TestService::DOCUMENT_INDEXING_OPTION => TestService::DOCUMENT_INDEXING_ACCESS ] ); -- cgit v1.2.3