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 ecfc36e commit 0c4fa73Copy full SHA for 0c4fa73
app/code/Magento/Catalog/Test/Unit/Model/ProductRepositoryTest.php
@@ -969,24 +969,13 @@ public function cacheKeyDataProvider(): array
969
[
970
'identifier' => 25,
971
'editMode' => true,
972
- 'storeId' => $anyObject
+ 'storeId' => '1'
973
],
974
975
'identifier' => 'test-sku',
976
977
+ 'storeId' => 1
978
979
- [
980
- 'identifier' => 25,
981
- 'editMode' => false,
982
983
- ],
984
985
-
986
- 'identifier' => 'test-sku',
987
988
989
- ]
990
];
991
}
992
0 commit comments