Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/Command/Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ private function testSearchSimple(
[TestService::DOCUMENT_TYPE_SIMPLE]
);
$this->search(
$output, $testPlatform, $testProvider, $access, 'document is a simple test',
$output, $testPlatform, $testProvider, $access, 'document',
// [TestService::DOCUMENT_TYPE_SIMPLE]
[TestService::DOCUMENT_TYPE_SIMPLE, TestService::DOCUMENT_TYPE_LICENSE]
);
Expand All @@ -386,7 +386,7 @@ private function testSearchSimple(
[TestService::DOCUMENT_TYPE_SIMPLE]
);
$this->search(
$output, $testPlatform, $testProvider, $access, 'document is a simple -test',
$output, $testPlatform, $testProvider, $access, 'document -test',
[TestService::DOCUMENT_TYPE_LICENSE]
);
$this->search(
Expand All @@ -410,7 +410,7 @@ private function testSearchSimple(
[]
);
$this->search(
$output, $testPlatform, $testProvider, $access, '+document is a simple -test -testing',
$output, $testPlatform, $testProvider, $access, '+document -test -testing',
[TestService::DOCUMENT_TYPE_LICENSE]
);
$this->search(
Expand Down