Skip to content

Commit 3c52ae2

Browse files
committed
Remove FQN since we import MockObject at the top.
1 parent 55efa09 commit 3c52ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/Checker/Catalog/Product/UrlKey/DuplicateUrlKeyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function ($productData) use ($storeId) {
5656

5757
$collectionsPerStoreId = array_map(
5858
function ($productsData) {
59-
/** @var \PHPUnit\Framework\MockObject\MockObject $productCollectionMock */
59+
/** @var MockObject $productCollectionMock */
6060
$productCollectionMock = $this->objectManagerHelper
6161
->getCollectionMock(ProductCollection::class, $productsData);
6262

0 commit comments

Comments
 (0)