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 55efa09 commit 3c52ae2Copy full SHA for 3c52ae2
Test/Checker/Catalog/Product/UrlKey/DuplicateUrlKeyTest.php
@@ -56,7 +56,7 @@ function ($productData) use ($storeId) {
56
57
$collectionsPerStoreId = array_map(
58
function ($productsData) {
59
- /** @var \PHPUnit\Framework\MockObject\MockObject $productCollectionMock */
+ /** @var MockObject $productCollectionMock */
60
$productCollectionMock = $this->objectManagerHelper
61
->getCollectionMock(ProductCollection::class, $productsData);
62
0 commit comments