diff --git a/lib/Command/Test.php b/lib/Command/Test.php index 148ecf8f..e88788e3 100644 --- a/lib/Command/Test.php +++ b/lib/Command/Test.php @@ -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] ); @@ -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( @@ -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(