Skip to content

Commit b9b96ae

Browse files
ShradddhaShradddha
authored andcommitted
AC-11979:: Remove Deprecations- PhpUnit10 Integration Tests
1 parent b1b2e6e commit b9b96ae

File tree

294 files changed

+628
-628
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

294 files changed

+628
-628
lines changed

app/code/Magento/MediaContentSynchronization/Test/Integration/Model/PublisherTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function testExecute(array $contentIdentities): void
102102
*
103103
* @return array
104104
*/
105-
public function filesProvider(): array
105+
public static function filesProvider(): array
106106
{
107107
return [
108108
[

app/code/Magento/MediaContentSynchronizationCatalog/Test/Integration/Model/Synchronizer/SynchronizeIdentitiesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function testExecute(array $mediaContentIdentities): void
9999
*
100100
* @return array
101101
*/
102-
public function filesProvider(): array
102+
public static function filesProvider(): array
103103
{
104104
return [
105105
[

app/code/Magento/MediaGalleryMetadata/Test/Integration/Model/AddMetadataTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function testExecute(
107107
*
108108
* @return array[]
109109
*/
110-
public function filesProvider(): array
110+
public static function filesProvider(): array
111111
{
112112
return [
113113
[

app/code/Magento/MediaGalleryMetadata/Test/Integration/Model/ExtractMetadataTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function testExecute(
8484
*
8585
* @return array[]
8686
*/
87-
public function filesProvider(): array
87+
public static function filesProvider(): array
8888
{
8989
return [
9090
[

app/code/Magento/MediaGalleryMetadata/Test/Integration/Model/Gif/Segment/XmpTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function testWriteReadGif(
115115
*
116116
* @return array[]
117117
*/
118-
public function filesProvider(): array
118+
public static function filesProvider(): array
119119
{
120120
return [
121121
[

app/code/Magento/MediaGalleryMetadata/Test/Integration/Model/Jpeg/Segment/IptcTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function testWriteRead(
119119
*
120120
* @return array[]
121121
*/
122-
public function filesProvider(): array
122+
public static function filesProvider(): array
123123
{
124124
return [
125125
[

app/code/Magento/MediaGalleryMetadata/Test/Integration/Model/Jpeg/Segment/XmpTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function testWriteRead(
116116
*
117117
* @return array[]
118118
*/
119-
public function filesProvider(): array
119+
public static function filesProvider(): array
120120
{
121121
return [
122122
[

app/code/Magento/MediaGalleryMetadata/Test/Integration/Model/Png/Segment/IptcTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public function testWriteRead(
125125
*
126126
* @return array[]
127127
*/
128-
public function filesProvider(): array
128+
public static function filesProvider(): array
129129
{
130130
return [
131131
[

app/code/Magento/MediaGalleryMetadata/Test/Integration/Model/Png/Segment/XmpTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public function testWriteRead(
120120
*
121121
* @return array[]
122122
*/
123-
public function filesProvider(): array
123+
public static function filesProvider(): array
124124
{
125125
return [
126126
[

app/code/Magento/MediaGalleryRenditions/Test/Integration/Model/ExtractAssetsFromContentWithRenditionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function testExecute(string $content, array $assetIds): void
6060
*
6161
* @return array
6262
*/
63-
public function contentProvider()
63+
public static function contentProvider()
6464
{
6565
return [
6666
'Empty Content' => [

0 commit comments

Comments
 (0)