Skip to content

Commit

Permalink
[BUGFIX] Minor additions and CS checks
Browse files Browse the repository at this point in the history
  • Loading branch information
bmack authored and dkd-kaehm committed May 15, 2023
1 parent dafe9ca commit f4084aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
@@ -1,13 +1,14 @@
"pages",
,"uid","pid","is_siteroot","doktype","slug","title","author"
,9,3,0,1,"/men/sweatshirts","Men Sweatshirts","John Doe"
,10,2,0,1,"/women/sweatshirts","Woman Sweatshirts","John Doe"
,9,3,0,1,"/men/sweatshirts-new","Men Sweatshirts","John Doe"
,10,2,0,1,"/women/sweatshirts-new","Woman Sweatshirts","John Doe"
,11,1,0,1,"/children/sweatshirts","Children Sweatshirts","Baby Doe"
"sys_template",
,"uid","pid","root","clear","sorting","config"
,2,1,1,3,50,"
page = PAGE
page.typeNum = 0
config.index_enable = 1

plugin.tx_solr {
enabled = 1
Expand Down
1 change: 0 additions & 1 deletion Tests/Integration/IntegrationTest.php
Expand Up @@ -244,7 +244,6 @@ protected function assertSolrContainsDocumentCount(int $documentCount): void
self::assertStringContainsString('"numFound":' . $documentCount, $solrContent, 'Solr contains unexpected amount of documents');
}


/**
* @param array $importPageIds
* @param array|null $feUserGroupArray
Expand Down

0 comments on commit f4084aa

Please sign in to comment.