diff options
Diffstat (limited to 'tests/phpunit/includes/user/UserTest.php')
-rw-r--r-- | tests/phpunit/includes/user/UserTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/phpunit/includes/user/UserTest.php b/tests/phpunit/includes/user/UserTest.php index 11894fa9cc07..b59869c6e032 100644 --- a/tests/phpunit/includes/user/UserTest.php +++ b/tests/phpunit/includes/user/UserTest.php @@ -348,7 +348,6 @@ class UserTest extends MediaWikiIntegrationTestCase { ], ] ); - // Sanity $this->assertTrue( $this->user->isValidPassword( 'Password1234' ) ); // Minimum length @@ -784,7 +783,6 @@ class UserTest extends MediaWikiIntegrationTestCase { 'User::saveSettings updates actor table for name change' ); - // For sanity $ip = '192.168.12.34'; $this->db->delete( 'actor', [ 'actor_name' => $ip ], __METHOD__ ); |