Skip to content

Commit

Permalink
[FIX] #[Group('frontend')] attribute has comment in SearchControlle…
Browse files Browse the repository at this point in the history
…rTest

Removed comment text from `#[Group('frontend')]` attribute in 

Relates: #3995
  • Loading branch information
dkd-kaehm committed Sep 30, 2024
1 parent dc7162b commit 0514886
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions Tests/Integration/Controller/SearchControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -970,12 +970,12 @@ public static function frontendWillRenderErrorMessageIfSolrNotAvailableDataProvi
* @param array $getArguments
*
* @todo: See: https://github.com/TYPO3/testing-framework/issues/324
* Notes:
* Fits removed frontendWillRenderErrorMessageForSolrNotAvailableAction() test case as well.
* Removed code: https://github.com/TYPO3-Solr/ext-solr/blob/03080d4d55eeb9d50b15348f445d23e57e34e461/Tests/Integration/Controller/SearchControllerTest.php#L729-L747
*/
#[DataProvider('frontendWillRenderErrorMessageIfSolrNotAvailableDataProvider')]
#[Group('frontend
Notes:
Fits removed frontendWillRenderErrorMessageForSolrNotAvailableAction() test case as well.
Removed code: https://github.com/TYPO3-Solr/ext-solr/blob/03080d4d55eeb9d50b15348f445d23e57e34e461/Tests/Integration/Controller/SearchControllerTest.php#L729-L747')]
#[Group('frontend')]
#[Test]
public function frontendWillRenderErrorMessageIfSolrNotAvailable(string $action, array $getArguments): void
{
Expand Down Expand Up @@ -1226,10 +1226,7 @@ public function canSortByMetric(): void
self::assertTrue($isPid2OptionBefore1Option);
}

#[Group('frontend
Notes:
Fits removed canRenderSearchFormOnly() test case as well.
Removed code: https://github.com/TYPO3-Solr/ext-solr/blob/03080d4d55eeb9d50b15348f445d23e57e34e461/Tests/Integration/Controller/SearchControllerTest.php#L1053-L1062')]
#[Group('frontend')]
#[Test]
public function formActionIsRenderingTheForm(): void
{
Expand Down

0 comments on commit 0514886

Please sign in to comment.