diff options
author | addshore <addshorewiki@gmail.com> | 2020-06-30 16:09:24 +0100 |
---|---|---|
committer | addshore <addshorewiki@gmail.com> | 2020-06-30 17:02:22 +0100 |
commit | 959bc315f2f1c1dfdedf3602144d0217c7e5291a (patch) | |
tree | 37387eab4ba8af10851f8ae337f16bf8b21f3de8 /tests/phpunit/includes/password/UserPasswordPolicyTest.php | |
parent | 66f932e93b633710f4ffb424c059704469cf4336 (diff) | |
download | mediawikicore-959bc315f2f1c1dfdedf3602144d0217c7e5291a.tar.gz mediawikicore-959bc315f2f1c1dfdedf3602144d0217c7e5291a.zip |
MediaWikiTestCase to MediaWikiIntegrationTestCase
The name change happened some time ago, and I think its
about time to start using the name name!
(Done with a find and replace)
My personal motivation for doing this is that I have started
trying out vscode as an IDE for mediawiki development, and
right now it doesn't appear to handle php aliases very well
or at all.
Change-Id: I412235d91ae26e4c1c6a62e0dbb7e7cf3c5ed4a6
Diffstat (limited to 'tests/phpunit/includes/password/UserPasswordPolicyTest.php')
-rw-r--r-- | tests/phpunit/includes/password/UserPasswordPolicyTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/password/UserPasswordPolicyTest.php b/tests/phpunit/includes/password/UserPasswordPolicyTest.php index e394445d8548..b7e32232859c 100644 --- a/tests/phpunit/includes/password/UserPasswordPolicyTest.php +++ b/tests/phpunit/includes/password/UserPasswordPolicyTest.php @@ -24,7 +24,7 @@ * @group Database * @covers UserPasswordPolicy */ -class UserPasswordPolicyTest extends MediaWikiTestCase { +class UserPasswordPolicyTest extends MediaWikiIntegrationTestCase { protected $tablesUsed = [ 'user', 'user_groups' ]; |