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 245fc04 commit 7a1e8a8Copy full SHA for 7a1e8a8
dev/tests/integration/testsuite/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Alerts/StockTest.php
@@ -60,7 +60,7 @@ protected function setUp(): void
60
* @param string|null $storeCode
61
* @return void
62
*/
63
- public function testGridCollectionWIthStoreId(string $sku, string $expectedEmail, ?string $storeCode = null): void
+ public function testGridCollectionWithStoreId(string $sku, string $expectedEmail, ?string $storeCode = null): void
64
{
65
$productId = (int)$this->productRepository->get($sku)->getId();
66
$storeId = $storeCode ? (int)$this->storeManager->getStore($storeCode)->getId() : null;
0 commit comments