MDL-81521 core: Update all possibly data providers to be static
Note: Some data providers could not be automatically be converted to being static. These will be handled in a separate issue.
This commit is contained in:
@@ -549,7 +549,7 @@ class fields_test extends \advanced_testcase {
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function get_sql_fullname_provider(): array {
|
||||
public static function get_sql_fullname_provider(): array {
|
||||
return [
|
||||
['firstname lastname', 'FN LN'],
|
||||
['lastname, firstname', 'LN, FN'],
|
||||
|
||||
Reference in New Issue
Block a user