Skip to content

Commit 395ca26

Browse files
committed
AC-15048::[CE] PHPUnit 12: Upgrade Search & Navigation related test cases | Static Test Fix
1 parent 2d76458 commit 395ca26

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/Index/Config

1 file changed

+2
-2
lines changed

app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/Index/Config/EsConfigTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ protected function setUp(): void
7777
}
7878

7979
/**
80-
* @return array|mixed|null
80+
* @return void
8181
*/
8282
public function testGetStemmerInfo()
8383
{
8484
$this->config->getStemmerInfo();
8585
}
8686

8787
/**
88-
* @return array|mixed|null
88+
* @return void
8989
*/
9090
public function testGetStopwordsInfo()
9191
{

0 commit comments

Comments
 (0)