We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67166f commit 9b1284eCopy full SHA for 9b1284e
dev/tests/integration/testsuite/Magento/CatalogSearch/Block/ResultTest.php
@@ -41,7 +41,12 @@ protected function setUp(): void
41
$this->configProvider = $this->objectManager->get(ConfigProvider::class);
42
}
43
44
- public function testSetListOrders()
+ /**
45
+ * Set list orders test
46
+ *
47
+ * @return void
48
+ */
49
+ public function testSetListOrders(): void
50
{
51
$this->layout->addBlock(Text::class, 'head');
52
// The tested block is using head block
0 commit comments