diff options
Diffstat (limited to 'tests/phpunit/includes/language/LanguageIntegrationTest.php')
-rw-r--r-- | tests/phpunit/includes/language/LanguageIntegrationTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/language/LanguageIntegrationTest.php b/tests/phpunit/includes/language/LanguageIntegrationTest.php index 4d41443104fa..1cd938de6a3e 100644 --- a/tests/phpunit/includes/language/LanguageIntegrationTest.php +++ b/tests/phpunit/includes/language/LanguageIntegrationTest.php @@ -1683,7 +1683,7 @@ class LanguageIntegrationTest extends LanguageClassesTestCase { $this->assertEquals( $number, $normalisedNum ); } - public function parseFormattedNumberProvider() { + public static function parseFormattedNumberProvider() { return [ [ 'de', 377.01 ], [ 'fa', 334 ], |