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.
2 parents 2b01349 + b74db3d commit bb1d39aCopy full SHA for bb1d39a
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