stable

Clone or download

Read-only

Migrate to PHPUnit tests related to src/common/user/

Part of request #14150: Get rid of SimpleTest Change-Id: I949c112c3d2a75bb91a830a4cab6a3cf94d6ecdf

Modified Files

Name
A tests/phpunit/common/User/RequestFromAutocompleterTest.php +165 −0 Go to diff View file
R tests/simpletest/common/User/SessionManagerTest.php Go to diff View file
A tests/phpunit/common/User/UserAccountValidityTest.php +173 −0 Go to diff View file
A tests/phpunit/common/User/UserHelperTest.php +204 −0 Go to diff View file
R tests/simpletest/common/User/UserImportTest.php Go to diff View file
A tests/phpunit/common/User/UserTest.php +438 −0 Go to diff View file
R tests/simpletest/common/User/ForgeUserGroupFactoryTest.php Go to diff View file
R tests/simpletest/common/User/ForgeUserGroupManagerTest.php Go to diff View file
A tests/phpunit/common/User/User_LoginManagerStatusTest.php +166 −0 Go to diff View file
A tests/phpunit/common/User/User_LoginManagerTest.php +240 −0 Go to diff View file
R tests/simpletest/common/User/PasswordExpirationCheckerTest.php Go to diff View file
R tests/simpletest/common/User/User_SOAPServerTest.php Go to diff View file
A tests/phpunit/common/User/User_SSHKeyDumperTest.php +158 −0 Go to diff View file
R tests/simpletest/common/User/_fixtures/user_email_import.txt Go to diff View file
R tests/simpletest/common/User/_fixtures/user_import.txt Go to diff View file
D tests/simpletest/common/User/LoginManagerTest.php +0 −280 Go to diff View file
D tests/simpletest/common/User/RequestFromAutocompleterTest.php +0 −158 Go to diff View file
D tests/simpletest/common/User/UserAccountValidityTest.php +0 −249 Go to diff View file
D tests/simpletest/common/User/UserHelperTest.php +0 −212 Go to diff View file
D tests/simpletest/common/User/UserManagerTest.php +0 −932 Go to diff View file
D tests/simpletest/common/User/UserStatusManagerTest.php +0 −159 Go to diff View file
D tests/simpletest/common/User/UserTest.php +0 −513 Go to diff View file
D tests/simpletest/common/User/User_SSHKeyDumperTest.php +0 −147 Go to diff View file
D tests/simpletest/common/User/_fixtures/users/.gitkeep +0 −0 Go to diff View file