stable

Clone or download

Read-only

Move core Project tests to PHPUnit

This is part of request #14150: Get rid of SimpleTest Change-Id: Ic6ba09819f3a4a166eab34d09821d7dd2e80d4bc

Modified Files

Name
R tests/simpletest/common/Project/OneStepProjectCreationPresenterTest.php Go to diff View file
R tests/simpletest/common/Project/OneStepProjectCreationRequestTest.php Go to diff View file
A tests/phpunit/common/Project/ProjectManagerGetValidProjectTest.php +79 −0 Go to diff View file
M tests/phpunit/common/Project/ProjectManagerTest.php +238 −1 Go to diff View file
A tests/phpunit/common/Project/SOAPServerGenericUserTest.php +134 −0 Go to diff View file
A tests/phpunit/common/Project/SOAPServerProjectDescriptionFieldsTest.php +168 −0 Go to diff View file
A tests/phpunit/common/Project/SOAPServerProjectServicesUsageTest.php +190 −0 Go to diff View file
A tests/phpunit/common/Project/SOAPServerRequesterShouldBeProjectAdmin.php +109 −0 Go to diff View file
A tests/phpunit/common/Project/SOAPServerTest.php +249 −0 Go to diff View file
A tests/phpunit/common/Project/UGroupGetMembersTest.php +92 −0 Go to diff View file
A tests/phpunit/common/Project/UGroupGetUsersTest.php +85 −0 Go to diff View file
A tests/phpunit/common/Project/UGroupGetsNameTest.php +69 −0 Go to diff View file
A tests/phpunit/common/Project/UGroupLiteralizerTest.php +146 −0 Go to diff View file
A tests/phpunit/common/Project/UGroupManagerGetUGroupTest.php +120 −0 Go to diff View file
A tests/phpunit/common/Project/UGroupManagerGetUGroupWithMembersTest.php +49 −0 Go to diff View file
A tests/phpunit/common/Project/UGroupManagerUpdateUgroupBindingDaoTest.php +47 −0 Go to diff View file
A tests/phpunit/common/Project/UGroupManagerUpdateUgroupBindingEventTest.php +71 −0 Go to diff View file
A tests/phpunit/common/Project/UGroupRemoveUserTest.php +111 −0 Go to diff View file
A tests/phpunit/common/Project/UGroupSourceInitializationTest.php +59 −0 Go to diff View file
A tests/phpunit/common/Project/UserRemoverTest.php +104 −0 Go to diff View file
D tests/simpletest/common/Project/ProjectManagerTest.php +0 −329 Go to diff View file
D tests/simpletest/common/Project/Project_SOAPServerTest.php +0 −742 Go to diff View file
D tests/simpletest/common/Project/UGroupLiteralizerTest.php +0 −142 Go to diff View file
D tests/simpletest/common/Project/UGroupManagerTest.php +0 −214 Go to diff View file
D tests/simpletest/common/Project/UGroupTest.php +0 −310 Go to diff View file
D tests/simpletest/common/Project/UserRemoverTest.php +0 −107 Go to diff View file
M tests/simpletest/common/User/UserTestBuilder.php +14 −18 Go to diff View file