Skip to content

Commit

Permalink
NEXT-25276 - Prepare phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Feb 22, 2023
1 parent 67cb444 commit 188cb0d
Show file tree
Hide file tree
Showing 22 changed files with 533 additions and 601 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"composer/composer": "^2.4.4",
"composer/semver": "^3.2",
"doctrine/annotations": "^1.14",
"doctrine/dbal": "^3.5",
"doctrine/dbal": "^3.6",
"doctrine/inflector": "^2.0",
"dompdf/dompdf": "2.0.3",
"erusev/parsedown-extra": "0.8.1",
Expand Down
86 changes: 0 additions & 86 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -16690,89 +16690,3 @@ parameters:
message: "#^DataProvider method tableProvider should be static\\.$#"
count: 1
path: tests/migration/Core/V6_4/Migration1664512574AddConfigShowHideSectionBlockTest.php

-
message: "#^DataProvider method persisterDataProvider should be static\\.$#"
count: 1
path: tests/unit/php/Administration/Snippet/AppAdministrationSnippetPersisterTest.php

-
message: "#^DataProvider method persisterExceptionDataProvider should be static\\.$#"
count: 1
path: tests/unit/php/Administration/Snippet/AppAdministrationSnippetPersisterTest.php

-
message: "#^DataProvider method findSnippetsFromAppDataProvider should be static\\.$#"
count: 1
path: tests/unit/php/Administration/Snippet/SnippetFinderTest.php

-
message: "#^DataProvider method getRegistrationValues should be static\\.$#"
count: 2
path: tests/unit/php/Core/Checkout/Customer/Api/CustomerGroupRegistrationActionControllerTest.php

-
message: "#^DataProvider method entityLoadedEventDataProvider should be static\\.$#"
count: 1
path: tests/unit/php/Core/Content/Category/Subscriber/CategorySubscriberTest.php

-
message: "#^DataProvider method beforeDeletionEventDataProvider should be static\\.$#"
count: 1
path: tests/unit/php/Core/Content/Cms/Subscriber/CmsPageDefaultChangeSubscriberTest.php

-
message: "#^DataProvider method beforeSystemConfigChangedEventDataProvider should be static\\.$#"
count: 1
path: tests/unit/php/Core/Content/Cms/Subscriber/CmsPageDefaultChangeSubscriberTest.php

-
message: "#^DataProvider method serializeDataProvider should be static\\.$#"
count: 1
path: tests/unit/php/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/OrderSerializerTest.php

-
message: "#^DataProvider method filesystemProvider should be static\\.$#"
count: 1
path: tests/unit/php/Core/Content/Media/File/DownloadResponseGeneratorTest.php

-
message: "#^DataProvider method analyzeCases should be static\\.$#"
count: 2
path: tests/unit/php/Core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzerTest.php

-
message: "#^DataProvider method shouldBeRunDataProvider should be static\\.$#"
count: 1
path: tests/unit/php/Core/Content/ProductExport/ScheduledTask/ProductExportGenerateTaskHandlerTest.php

-
message: "#^DataProvider method getCatalogueRequestProvider should be static\\.$#"
count: 1
path: tests/unit/php/Core/Framework/Adapter/Translation/TranslatorTest.php

-
message: "#^DataProvider method installDataProvider should be static\\.$#"
count: 1
path: tests/unit/php/Core/Framework/App/Lifecycle/AppLifecycleTest.php

-
message: "#^DataProvider method updateDataProvider should be static\\.$#"
count: 1
path: tests/unit/php/Core/Framework/App/Lifecycle/AppLifecycleTest.php

-
message: "#^DataProvider method notEqualsDataProvider should be static\\.$#"
count: 1
path: tests/unit/php/Core/Framework/Util/FloatComparatorTest.php

-
message: "#^DataProvider method notCacheableRequestProvider should be static\\.$#"
count: 1
path: tests/unit/php/Storefront/Framework/Cache/CacheResponseSubscriberTest.php

-
message: "#^DataProvider method maintenanceModeInactiveProvider should be static\\.$#"
count: 3
path: tests/unit/php/Storefront/Framework/Routing/MaintenanceModeResolverTest.php

4 changes: 2 additions & 2 deletions src/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"composer/composer": "^2.4.4",
"composer/semver": "^3.2",
"doctrine/annotations": "^1.14",
"doctrine/dbal": "^3.5",
"doctrine/dbal": "^3.6",
"doctrine/inflector": "^2.0",
"dompdf/dompdf": "2.0.3",
"tecnickcom/tcpdf": "6.6.1",
Expand Down Expand Up @@ -144,7 +144,7 @@
"mbezhanov/faker-provider-collection": "~2.0.1",
"nikic/php-parser": "~4.15.0",
"opis/json-schema": "~2.3.0",
"phpunit/phpunit": "~9.5.17",
"phpunit/phpunit": "~9.6",
"phpunit/php-code-coverage": "~9.2.14",
"smalot/pdfparser": "~2.2.2",
"symfony/browser-kit": "~6.2.0",
Expand Down
4 changes: 2 additions & 2 deletions src/Elasticsearch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"require": {
"php": "~8.1.0 || ~8.2.0",
"ext-curl": "*",
"doctrine/dbal": "^3.5",
"doctrine/dbal": "^3.6",
"opensearch-project/opensearch-php": "~2.0",
"shopware/core": "*",
"shyim/opensearch-php-dsl": "~1.0.1",
"symfony/http-foundation": "~6.2.0",
"symfony/messenger": "~6.2.0"
},
"require-dev": {
"phpunit/phpunit": "~9.5.17"
"phpunit/phpunit": "~9.6"
}
}
2 changes: 1 addition & 1 deletion src/Recovery/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"sort-packages": true
},
"require-dev": {
"phpunit/phpunit": "~9.5.17"
"phpunit/phpunit": "~9.6"
}
}
Loading

0 comments on commit 188cb0d

Please sign in to comment.