We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2efbb7 + f43a7ff commit 254a69fCopy full SHA for 254a69f
Tests/Functional/Common/SolrIndexingTest.php
@@ -133,8 +133,8 @@ public function canSearchInCollections()
133
$collections = $this->collectionRepository->findCollectionsBySettings([
134
'index_name' => ['Musik', 'Projekt: Dresdner Hefte'],
135
]);
136
- $musik = $collections[0];
137
- $dresdnerHefte = $collections[1];
+ $musik[] = $collections[0];
+ $dresdnerHefte[] = $collections[1];
138
139
$settings = [
140
'solrcore' => $core->solr->core,
0 commit comments