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:
@@ -29,7 +29,7 @@ class client_test extends advanced_testcase {
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function map_response_provider(): array {
|
||||
public static function map_response_provider(): array {
|
||||
return [
|
||||
"Nested objects syntax a-b-c syntax " => [
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user