X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FGlobalFunctions%2FGlobalTest.php;h=84799ff23e5396fd1e49042d433438feb606c626;hb=5ba12e2896a71d5ae8be2f404934e2dbe1f0abbc;hp=06b512d7ac9ceb84799a4561de4d35ac41229238;hpb=82b8b578938bf75bc9fa924aa95b10955d49ec6f;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/GlobalFunctions/GlobalTest.php b/tests/phpunit/includes/GlobalFunctions/GlobalTest.php index 06b512d7ac..84799ff23e 100644 --- a/tests/phpunit/includes/GlobalFunctions/GlobalTest.php +++ b/tests/phpunit/includes/GlobalFunctions/GlobalTest.php @@ -1,5 +1,8 @@ hideDeprecated( 'swap' ); + $var1 = 1; $var2 = 2; @@ -716,5 +721,5 @@ class GlobalTest extends MediaWikiTestCase { ), ); } - /* @TODO many more! */ + /* @todo many more! */ }