Skip to content

Commit 00306a0

Browse files
committed
PHPUnit 10 Static test fixes
1 parent ca7fad5 commit 00306a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Sales/Model/AbstractCollectorPositionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ protected static function _getConfigCollectors($configType)
8585
*
8686
* @return array
8787
*/
88-
abstract public function collectorPositionDataProvider();
88+
abstract public static function collectorPositionDataProvider();
8989
}

0 commit comments

Comments
 (0)