X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FGlobalFunctions%2FwfBCP47Test.php;h=8fbca6cfe3eb3d750a471f96cc1b3b8390b076b1;hp=c76666d36daaa47756c13fa64c21694644a869a6;hb=29a5fc72e3ab7d3da28bc4cc91d4bb051b9a690a;hpb=10d3db9af03d46348cb51a8433519d15da84bc64 diff --git a/tests/phpunit/includes/GlobalFunctions/wfBCP47Test.php b/tests/phpunit/includes/GlobalFunctions/wfBCP47Test.php index c76666d36d..8fbca6cfe3 100644 --- a/tests/phpunit/includes/GlobalFunctions/wfBCP47Test.php +++ b/tests/phpunit/includes/GlobalFunctions/wfBCP47Test.php @@ -11,7 +11,7 @@ class WfBCP47Test extends MediaWikiTestCase { * This test is used to verify our formatting against all lower and * all upper cases language code. * - * @see http://tools.ietf.org/html/bcp47 + * @see https://tools.ietf.org/html/bcp47 * @dataProvider provideLanguageCodes() */ public function testBCP47( $code, $expected ) {