Skip to content

Commit 424ad2a

Browse files
Raj MohanRaj Mohan
authored andcommitted
AC-12092_PHPUnit10: Not Static Deprecation Fixes forWidget Module
1 parent cca6908 commit 424ad2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Widget/Test/Unit/Model/Widget/InstanceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ private function setSpecificEntitiesLayoutHandles(): void
476476
* @return array
477477
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
478478
*/
479-
public function beforeSavePageGroupDataProvider()
479+
public static function beforeSavePageGroupDataProvider()
480480
{
481481
return [
482482
'test case for anchor categories layout handles' => [

0 commit comments

Comments
 (0)