aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/StringUtilsTest.php
diff options
context:
space:
mode:
authorTimo Tijhof <ttijhof@wikimedia.org>2013-03-22 03:12:37 +0100
committerTimo Tijhof <ttijhof@wikimedia.org>2013-03-22 03:12:37 +0100
commitb36d883017982f9642fea4513cc7273561fba38c (patch)
treebc713a35aafb84d51420bf8ded4e93dd0e3b9b1d /tests/phpunit/includes/StringUtilsTest.php
parent84bf80676127402141e65577fa21557a7874b393 (diff)
downloadmediawikicore-b36d883017982f9642fea4513cc7273561fba38c.tar.gz
mediawikicore-b36d883017982f9642fea4513cc7273561fba38c.zip
Tests: Make phpunit providers "public static".
Follows-up I9d2b148e57 (including phpunit/languages this time). Bug: 46434 Change-Id: I30e5efcd88c516121c454676bd7a18f9b7c8fca6
Diffstat (limited to 'tests/phpunit/includes/StringUtilsTest.php')
-rw-r--r--tests/phpunit/includes/StringUtilsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/StringUtilsTest.php b/tests/phpunit/includes/StringUtilsTest.php
index db3d265520a6..a54a57e50957 100644
--- a/tests/phpunit/includes/StringUtilsTest.php
+++ b/tests/phpunit/includes/StringUtilsTest.php
@@ -57,7 +57,7 @@ class StringUtilsTest extends MediaWikiTestCase {
* Markus Kuhn:
* http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
*/
- function provideStringsForIsUtf8Check() {
+ public static function provideStringsForIsUtf8Check() {
// Expected return values for StringUtils::isUtf8()
$PASS = true;
$FAIL = false;