Skip to content

Commit 0c35eb7

Browse files
authored
Fixed static tests
1 parent 665c525 commit 0c35eb7

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

app/code/Magento/MediaGallery/Test/Unit/Model/DataExtractorTest.php

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -175,21 +175,7 @@ public function assetProvider()
175175
'method' => 'getKeyword',
176176
],
177177
],
178-
],
179-
'Test case keyword 2' => [
180-
Keyword::class,
181-
KeywordInterface::class,
182-
[
183-
'id' => [
184-
'value' => 3,
185-
'method' => 'getId',
186-
],
187-
'keyword' => [
188-
'value' => 'keyword2',
189-
'method' => 'getKeyword',
190-
],
191-
],
192-
],
178+
]
193179
];
194180
}
195181
}

0 commit comments

Comments
 (0)