diff options
author | James D. Forrester <jforrester@wikimedia.org> | 2023-11-21 08:58:31 -0500 |
---|---|---|
committer | James D. Forrester <jforrester@wikimedia.org> | 2023-11-21 09:02:48 -0500 |
commit | 4ed5ca48b1607124cce9c9e55169622d50d4e62f (patch) | |
tree | f34034d3b2196946b2946d7380b0b284c7554485 /tests/phpunit/includes/password/UserPasswordPolicyTest.php | |
parent | 5c9dd5fef6673075924fab2cd4b65eac925565d1 (diff) | |
download | mediawikicore-4ed5ca48b1607124cce9c9e55169622d50d4e62f.tar.gz mediawikicore-4ed5ca48b1607124cce9c9e55169622d50d4e62f.zip |
Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessary
Bug: T342301
Change-Id: I5ea01f7ee103570165261bde0965c5b65e04c369
Diffstat (limited to 'tests/phpunit/includes/password/UserPasswordPolicyTest.php')
-rw-r--r-- | tests/phpunit/includes/password/UserPasswordPolicyTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/phpunit/includes/password/UserPasswordPolicyTest.php b/tests/phpunit/includes/password/UserPasswordPolicyTest.php index fc2876ef2eb1..9eec32527774 100644 --- a/tests/phpunit/includes/password/UserPasswordPolicyTest.php +++ b/tests/phpunit/includes/password/UserPasswordPolicyTest.php @@ -29,8 +29,6 @@ use MediaWiki\User\User; */ class UserPasswordPolicyTest extends MediaWikiIntegrationTestCase { - protected $tablesUsed = [ 'user', 'user_groups' ]; - protected $policies = [ 'checkuser' => [ 'MinimalPasswordLength' => [ 'value' => 10, 'forceChange' => true ], |