mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-23 15:26:47 +00:00
PHPUnit: Use FQCN with leading backslash in @covers annotation
https://docs.phpunit.de/en/11.4/annotations.html#covers recommends: Please note that this annotation requires a fully-qualified class name (FQCN). To make this more obvious to the reader, it is recommended to use a leading backslash (even if this not required for the annotation to work correctly). Change-Id: I58d381d8a5b378d0086bdce0717f42e885ea5b87
This commit is contained in:
parent
57efc86758
commit
b35f956bca
|
@ -312,7 +312,7 @@ class VectorHooksTest extends MediaWikiIntegrationTestCase {
|
|||
/**
|
||||
* @todo move into MediaWiki\Skins\Vector\FeatureManagement\Requirements\LimitedWidthContentRequirement
|
||||
* test in future.
|
||||
* @covers MediaWiki\Skins\Vector\FeatureManagement\Requirements\LimitedWidthContentRequirement::isMet
|
||||
* @covers \MediaWiki\Skins\Vector\FeatureManagement\Requirements\LimitedWidthContentRequirement::isMet
|
||||
* @dataProvider providerShouldDisableMaxWidth
|
||||
*/
|
||||
public function testShouldDisableMaxWidth(
|
||||
|
|
Loading…
Reference in a new issue