File tree Expand file tree Collapse file tree 3 files changed +2073
-1462
lines changed
Test/Checker/Catalog/Product/UrlKey Expand file tree Collapse file tree 3 files changed +2073
-1462
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class DuplicateUrlKeyTest extends TestCase
21
21
/** @var ObjectManagerHelper */
22
22
private $ objectManagerHelper ;
23
23
24
- protected function setUp ()
24
+ protected function setUp (): void
25
25
{
26
26
$ this ->objectManagerHelper = new ObjectManagerHelper ($ this );
27
27
}
@@ -56,6 +56,7 @@ function ($productData) use ($storeId) {
56
56
57
57
$ collectionsPerStoreId = array_map (
58
58
function ($ productsData ) {
59
+ /** @var \PHPUnit\Framework\MockObject\MockObject $productCollectionMock */
59
60
$ productCollectionMock = $ this ->objectManagerHelper
60
61
->getCollectionMock (ProductCollection::class, $ productsData );
61
62
Original file line number Diff line number Diff line change 12
12
],
13
13
"require" : {
14
14
"php" : " ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0" ,
15
- "magento/framework" : " ^100.1 || ^101.0 || ^102.0" ,
16
- "magento/module-backend" : " ^100.1 || ^101.0" ,
17
- "magento/module-catalog" : " ^101.0 || ^102.0 || ^103.0" ,
15
+ "magento/framework" : " ^100.1 || ^101.0 || ^102.0 || ^103.0 " ,
16
+ "magento/module-backend" : " ^100.1 || ^101.0 || ^102.0 " ,
17
+ "magento/module-catalog" : " ^101.0 || ^102.0 || ^103.0 || ^104.0 " ,
18
18
"magento/module-cron" : " ^100.1" ,
19
19
"magento/module-store" : " ^100.1 || ^101.0" ,
20
20
"magento/module-ui" : " ^100.1 || ^101.0" ,
28
28
"phpcompatibility/php-compatibility" : " ^9.2" ,
29
29
"phpstan/extension-installer" : " ^1.0" ,
30
30
"phpstan/phpstan" : " ^0.12.26" ,
31
- "phpunit/phpunit" : " ^7.5 " ,
31
+ "phpunit/phpunit" : " ^9.0 " ,
32
32
"vimeo/psalm" : " ^3.11"
33
33
},
34
34
"config" : {
You can’t perform that action at this time.
0 commit comments