Skip to content

Commit 0bcbd94

Browse files
ShradddhaShradddha
authored andcommitted
AC-11943:: Remove Deprecations- PhpUnit10 WebAPI Tests
1 parent f5fd14e commit 0bcbd94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductCustomOptionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ private function productDataSource($configurableProduct, $store): array
245245
*
246246
* @return array
247247
*/
248-
public function optionDataProvider(): array
248+
public static function optionDataProvider(): array
249249
{
250250
$fixtureOptions = [];
251251
$fixture = include '_files/product_options.php';

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/EstimateTotalsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public function testEstimateTotalsCleanPostCode(): void
228228
);
229229
}
230230

231-
public function estimationsProvider(): array
231+
public static function estimationsProvider(): array
232232
{
233233
return [
234234
[

0 commit comments

Comments
 (0)