Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F585240
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/tests/phpunit/includes/parser/ParserOutputTest.php b/tests/phpunit/includes/parser/ParserOutputTest.php
index 542c1c55d0e..fd561ebebb5 100644
--- a/tests/phpunit/includes/parser/ParserOutputTest.php
+++ b/tests/phpunit/includes/parser/ParserOutputTest.php
@@ -24,7 +24,7 @@ use Wikimedia\Tests\SerializationTestTrait;
/**
* @covers \MediaWiki\Parser\ParserOutput
- * @covers \Mediawiki\Parser\CacheTime
+ * @covers \MediaWiki\Parser\CacheTime
* @group Database
* ^--- trigger DB shadowing because we are using Title magic
*/
diff --git a/tests/phpunit/unit/includes/password/EncryptedPasswordTest.php b/tests/phpunit/unit/includes/password/EncryptedPasswordTest.php
index 3dfeb3ca7ae..1c671bbadc3 100644
--- a/tests/phpunit/unit/includes/password/EncryptedPasswordTest.php
+++ b/tests/phpunit/unit/includes/password/EncryptedPasswordTest.php
@@ -5,9 +5,9 @@ use MediaWiki\Password\PasswordError;
use MediaWiki\Password\Pbkdf2PasswordUsingHashExtension;
/**
- * @covers \Mediawiki\Password\EncryptedPassword
- * @covers \Mediawiki\Password\ParameterizedPassword
- * @covers \Mediawiki\Password\Password
+ * @covers \MediaWiki\Password\EncryptedPassword
+ * @covers \MediaWiki\Password\ParameterizedPassword
+ * @covers \MediaWiki\Password\Password
*/
class EncryptedPasswordTest extends PasswordTestCase {
protected function getTypeConfigs() {
diff --git a/tests/phpunit/unit/includes/password/Pbkdf2PasswordUsingHashExtensionTest.php b/tests/phpunit/unit/includes/password/Pbkdf2PasswordUsingHashExtensionTest.php
index fab63426014..85283572ea2 100644
--- a/tests/phpunit/unit/includes/password/Pbkdf2PasswordUsingHashExtensionTest.php
+++ b/tests/phpunit/unit/includes/password/Pbkdf2PasswordUsingHashExtensionTest.php
@@ -4,8 +4,8 @@ use MediaWiki\Password\Pbkdf2PasswordUsingHashExtension;
/**
* @group large
- * @covers \Mediawiki\Password\AbstractPbkdf2Password
- * @covers \Mediawiki\Password\Pbkdf2PasswordUsingHashExtension
+ * @covers \MediaWiki\Password\AbstractPbkdf2Password
+ * @covers \MediaWiki\Password\Pbkdf2PasswordUsingHashExtension
*/
class Pbkdf2PasswordUsingHashExtensionTest extends Pbkdf2PasswordTestCase {
protected static function getPbkdf2PasswordClass() {
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Jul 5, 5:32 AM (18 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
227651
Default Alt Text
(2 KB)
Attached To
Mode
rMW mediawiki
Attached
Detach File
Event Timeline
Log In to Comment