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 2c7a668 commit 4ccc038Copy full SHA for 4ccc038
dev/tests/integration/testsuite/Magento/CatalogSearch/Controller/Advanced/ResultTest.php
@@ -99,7 +99,7 @@ public function testExecuteSkuWithHyphen(): void
99
);
100
$this->dispatch('catalogsearch/advanced/result');
101
$responseBody = $this->getResponse()->getBody();
102
- $this->assertContains('Simple product name', $responseBody);
+ $this->assertStringContainsString('Simple product name', $responseBody);
103
}
104
105
/**
0 commit comments