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 7024122 commit b74db3dCopy full SHA for b74db3d
dev/tests/integration/testsuite/Magento/Elasticsearch6/Controller/QuickSearchTest.php
@@ -64,6 +64,6 @@ public function testQuickSearchWithImprovedPriceRangeCalculation()
64
$this->storeManager->setCurrentStore($defaultStore);
65
}
66
67
- $this->assertContains('search product 1', $responseBody);
+ $this->assertStringContainsString('search product 1', $responseBody);
68
69
0 commit comments