X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FSampleTest.php;h=258581102eb073f6594c29b12d47802426171a15;hb=dbbb71b47a8afaed0331a947d4c2e66a512ed36f;hp=86e8e8b89e0e862e8113591e8b76e0459b468398;hpb=5bd9d408c59b3bd0a39cc528bf2cabd7c3c40eb9;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/SampleTest.php b/tests/phpunit/includes/SampleTest.php index 86e8e8b89e..258581102e 100644 --- a/tests/phpunit/includes/SampleTest.php +++ b/tests/phpunit/includes/SampleTest.php @@ -47,7 +47,7 @@ class TestSample extends MediaWikiLangTestCase { * If you want to run a the same test with a variety of data, use a data provider. * see: http://www.phpunit.de/manual/3.4/en/writing-tests-for-phpunit.html */ - public function provideTitles() { + public static function provideTitles() { return array( array( 'Text', NS_MEDIA, 'Media:Text' ), array( 'Text', null, 'Text' ),