Skip to content

Commit 9b1284e

Browse files
MC-35491: Patch Request : Re: Slow query on search_query
1 parent c67166f commit 9b1284e

File tree

1 file changed

+6
-1
lines changed
  • dev/tests/integration/testsuite/Magento/CatalogSearch/Block

1 file changed

+6
-1
lines changed

dev/tests/integration/testsuite/Magento/CatalogSearch/Block/ResultTest.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@ protected function setUp(): void
4141
$this->configProvider = $this->objectManager->get(ConfigProvider::class);
4242
}
4343

44-
public function testSetListOrders()
44+
/**
45+
* Set list orders test
46+
*
47+
* @return void
48+
*/
49+
public function testSetListOrders(): void
4550
{
4651
$this->layout->addBlock(Text::class, 'head');
4752
// The tested block is using head block

0 commit comments

Comments
 (0)