X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fconfig%2FGlobalVarConfigTest.php;h=a6b220d6f65ebccbc63246390f0a2d75809e8e3b;hb=b8dfbe878c9a30b671af50768be337aed99372b3;hp=c76e8bbdddf43bba671c0182b528dd1d9a1ff7bd;hpb=adae996840b9e782f6e14b21c433a83e37c3a74e;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/config/GlobalVarConfigTest.php b/tests/phpunit/includes/config/GlobalVarConfigTest.php index c76e8bbddd..a6b220d6f6 100644 --- a/tests/phpunit/includes/config/GlobalVarConfigTest.php +++ b/tests/phpunit/includes/config/GlobalVarConfigTest.php @@ -40,6 +40,7 @@ class GlobalVarConfigTest extends MediaWikiTestCase { /** * @covers GlobalVarConfig::has + * @covers GlobalVarConfig::hasWithPrefix */ public function testHas() { $this->maybeStashGlobal( 'wgGlobalVarConfigTestHas' ); @@ -72,12 +73,12 @@ class GlobalVarConfigTest extends MediaWikiTestCase { } /** - * @param string $name - * @param string $prefix - * @param string $expected * @dataProvider provideGet * @covers GlobalVarConfig::get * @covers GlobalVarConfig::getWithPrefix + * @param string $name + * @param string $prefix + * @param string $expected */ public function testGet( $name, $prefix, $expected ) { $config = new GlobalVarConfig( $prefix );