stable
Clone or download
Read-only
This is part of request #14150 Get rid of SimpleTest Change-Id: I4c0d6e75bad0d7d6b4cd01fc6ae9ee83640504d3
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/git/tests/Git/Driver/Gerrit/MembershipManagerBindedUGroupsTest.php | +134 | −0 | Go to diff View file |
A | plugins/git/tests/Git/Driver/Gerrit/MembershipManagerCreateGroupForUmbrellaTest.php | +142 | −0 | Go to diff View file |
A | plugins/git/tests/Git/Driver/Gerrit/MembershipManagerCreateGroupTest.php | +339 | −0 | Go to diff View file |
A | plugins/git/tests/Git/Driver/Gerrit/MembershipManagerListGroupsCacheTest.php | +110 | −0 | Go to diff View file |
A | plugins/git/tests/Git/Driver/Gerrit/MembershipManagerListGroupsTest.php | +129 | −0 | Go to diff View file |
A | plugins/git/tests/Git/Driver/Gerrit/MembershipManagerNoGerritTest.php | +112 | −0 | Go to diff View file |
A | plugins/git/tests/Git/Driver/Gerrit/MembershipManagerProjectAdminOwnerOfEverythingTest.php | +118 | −0 | Go to diff View file |
A | plugins/git/tests/Git/Driver/Gerrit/MembershipManagerProjectAdminTest.php | +119 | −0 | Go to diff View file |
M | plugins/git/tests/Git/Driver/Gerrit/MembershipManagerTest.php | +10 | −711 | Go to diff View file |
A | plugins/git/tests/Git/Driver/Gerrit/ProjectCreatorCallToGerritTest.php | +328 | −0 | Go to diff View file |
M | plugins/git/tests/Git/Driver/Gerrit/ProjectCreatorTest.php | +19 | −149 | Go to diff View file |
A | plugins/git/tests/Git/Driver/Gerrit/UserAccountManagerGetGerritUserTest.php | +62 | −0 | Go to diff View file |
A | plugins/git/tests/Git/Driver/Gerrit/UserAccountManagerPushSSHKeysTest.php | +118 | −0 | Go to diff View file |
M | plugins/git/tests/Git/Driver/Gerrit/UserAccountManagerTest.php | +2 | −133 | Go to diff View file |
A | plugins/git/tests/Git/Driver/Gerrit/UserFinderGetUgroupsTest.php | +84 | −0 | Go to diff View file |
M | plugins/git/tests/Git/Driver/Gerrit/UserFinderTest.php | +3 | −69 | Go to diff View file |
D | plugins/git/tests/Git/Driver/GerritTest/GerritTestInterfaces.php | +0 | −83 | Go to diff View file |
D | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_Base.php | +0 | −89 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_DeletePluginTest.php | +46 | −4 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_addIncludedGroupTest.php | +56 | −3 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_groupExistsTest.php | +46 | −3 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_manageGroupsTest.php | +53 | −3 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_manageProjectsTest.php | +56 | −3 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_manageUserTest.php | +51 | −3 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_projectExistsTest.php | +55 | −3 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_removeIncludedGroupTest.php | +55 | −3 | Go to diff View file |
M | plugins/git/tests/Git/Mirror/ManifestFileGeneratorTest.php | +1 | −34 | Go to diff View file |
R | plugins/git/tests/Git/Permissions/PermissionChangesDetectorTest.php | Go to diff View file | ||
A | plugins/git/tests/Git/Permissions/PermissionChangesDetectorForRepositoryTest.php | +204 | −0 | Go to diff View file |
M | plugins/git/tests/Git/RemoteServer/GerritCanMigrateCheckerTest.php | +22 | −16 | Go to diff View file |
M | plugins/git/tests/Git/RemoteServer/GerritServerTest.php | +4 | −14 | Go to diff View file |
M | plugins/git/tests/Git/RemoteServer/MigrationHandlerTest.php | +1 | −16 | Go to diff View file |
M | plugins/git/tests/Git/UserAccountManagerTest.php | +2 | −32 | Go to diff View file |
A | plugins/git/tests/GitActionsDeleteTest.php | +117 | −0 | Go to diff View file |
A | plugins/git/tests/GitActionsFetchConfigTest.php | +150 | −0 | Go to diff View file |
A | plugins/git/tests/GitActionsForkTest.php | +88 | −0 | Go to diff View file |
A | plugins/git/tests/GitActionsProjectPrivacyTest.php | +97 | −0 | Go to diff View file |
M | plugins/git/tests/GitActionsTest.php | +0 | −358 | Go to diff View file |
A | plugins/git/tests/GitBackendGitoliteDisconnectGerritTest.php | +45 | −0 | Go to diff View file |
A | plugins/git/tests/GitBackendGitoliteUserAccessRightsTest.php | +103 | −0 | Go to diff View file |
A | plugins/git/tests/GitGerritRouteTest.php | +302 | −0 | Go to diff View file |
M | plugins/git/tests/GitRepositoryImplTest.php | +6 | −8 | Go to diff View file |
A | plugins/git/tests/GitRepositoryManagerCreateTest.php | +111 | −0 | Go to diff View file |
A | plugins/git/tests/GitRepositoryManagerForkTest.php | +348 | −0 | Go to diff View file |
A | plugins/git/tests/GitRepositoryManagerRepositoryNameTest.php | +125 | −0 | Go to diff View file |
M | plugins/git/tests/GitRepositoryManagerTest.php | +0 | −520 | Go to diff View file |
M | plugins/git/tests/GitTest.php | +0 | −289 | Go to diff View file |
D | plugins/git/tests/GitViewsRepositoriesTraversalStrategyTest.class.php | +0 | −80 | Go to diff View file |
M | plugins/git/tests/GitViewsRepositoriesTraversalStrategy_SelectboxTest.php | +203 | −8 | Go to diff View file |
M | plugins/git/tests/Git_Backend_GitoliteTest.php | +32 | −137 | Go to diff View file |
M | plugins/git/tests/Git_ExecTest.php | +3 | −30 | Go to diff View file |
M | plugins/git/tests/Git_GitoliteTestCase.class.php | +0 | −10 | Go to diff View file |
M | plugins/git/tests/Git_Gitolite_SSHKeyDumperTest.php | +4 | −7 | Go to diff View file |
M | plugins/git/tests/Git_Gitolite_SSHKeyMassDumperTest.php | +10 | −3 | Go to diff View file |
D | plugins/git/tests/_fixtures/flat_tree_of_repositories.php | +0 | −175 | Go to diff View file |