stable
Clone or download
Read-only
This is part of request #14150: Get rid of SimpleTest Change-Id: I04c6ab6fef4acbfb42c02ebc4aeed64e9abc0f0b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git/Driver/Gerrit/UserFinder.class.php | +2 | −0 | Go to diff View file |
R | plugins/git/tests/Git/Driver/Gerrit/GerritDriverFactoryTest.php | Go to diff View file | ||
A | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerBindedUGroupsTest.php | +142 | −0 | Go to diff View file |
A | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerCreateGroupForUmbrellaTest.php | +137 | −0 | Go to diff View file |
A | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerCreateGroupTest.php | +335 | −0 | Go to diff View file |
A | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerListGroupsCacheTest.php | +99 | −0 | Go to diff View file |
A | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerListGroupsTest.php | +125 | −0 | Go to diff View file |
A | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerNoGerritTest.php | +103 | −0 | Go to diff View file |
A | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerProjectAdminOwnerOfEverythingTest.php | +122 | −0 | Go to diff View file |
A | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerProjectAdminTest.php | +118 | −0 | Go to diff View file |
A | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerTest.php | +175 | −0 | Go to diff View file |
A | plugins/git/phpunit/Git/Driver/Gerrit/ProjectCreatorCallToGerritTest.php | +356 | −0 | Go to diff View file |
A | plugins/git/phpunit/Git/Driver/Gerrit/ProjectCreatorStatusTest.php | +156 | −0 | Go to diff View file |
A | plugins/git/phpunit/Git/Driver/Gerrit/ProjectCreatorTest.php | +568 | −0 | Go to diff View file |
R | plugins/git/tests/Git/Driver/Gerrit/Template/TemplateProcessorTest.php | Go to diff View file | ||
A | plugins/git/phpunit/Git/Driver/Gerrit/UmbrellaProjectManagerTest.php | +161 | −0 | Go to diff View file |
R | plugins/git/tests/Git/Driver/Gerrit/UserAccountManagerGetGerritUserTest.php | Go to diff View file | ||
A | plugins/git/phpunit/Git/Driver/Gerrit/UserAccountManagerPushSSHKeysTest.php | +118 | −0 | Go to diff View file |
A | plugins/git/phpunit/Git/Driver/Gerrit/UserAccountManagerTest.php | +153 | −0 | Go to diff View file |
R | plugins/git/tests/Git/Driver/Gerrit/UserFinderGetUgroupsTest.php | Go to diff View file | ||
R | plugins/git/tests/Git/Driver/Gerrit/UserFinderTest.php | Go to diff View file | ||
A | plugins/git/phpunit/Git/Driver/Gerrit/_fixtures/expected_access_rights.config | +38 | −0 | Go to diff View file |
R | plugins/git/tests/Git/Driver/Gerrit/_fixtures/expected_access_rights.config | Go to diff View file | ||
R | plugins/git/tests/Git/Driver/Gerrit/_fixtures/firefox.zip | Binary file | Go to diff View file | |
R | plugins/git/tests/Git/Driver/Gerrit/_fixtures/gitolite_firefox.git.tgz | Binary file | Go to diff View file | |
D | plugins/git/tests/Git/Driver/Gerrit/MembershipManagerBindedUGroupsTest.php | +0 | −134 | Go to diff View file |
D | plugins/git/tests/Git/Driver/Gerrit/MembershipManagerCreateGroupForUmbrellaTest.php | +0 | −142 | Go to diff View file |
D | plugins/git/tests/Git/Driver/Gerrit/MembershipManagerCreateGroupTest.php | +0 | −339 | Go to diff View file |
D | plugins/git/tests/Git/Driver/Gerrit/MembershipManagerListGroupsCacheTest.php | +0 | −110 | Go to diff View file |
D | plugins/git/tests/Git/Driver/Gerrit/MembershipManagerListGroupsTest.php | +0 | −129 | Go to diff View file |
D | plugins/git/tests/Git/Driver/Gerrit/MembershipManagerNoGerritTest.php | +0 | −112 | Go to diff View file |
D | plugins/git/tests/Git/Driver/Gerrit/MembershipManagerProjectAdminOwnerOfEverythingTest.php | +0 | −118 | Go to diff View file |
D | plugins/git/tests/Git/Driver/Gerrit/MembershipManagerProjectAdminTest.php | +0 | −119 | Go to diff View file |
D | plugins/git/tests/Git/Driver/Gerrit/MembershipManagerTest.php | +0 | −175 | Go to diff View file |
D | plugins/git/tests/Git/Driver/Gerrit/ProjectCreatorCallToGerritTest.php | +0 | −327 | Go to diff View file |
D | plugins/git/tests/Git/Driver/Gerrit/ProjectCreatorStatusTest.php | +0 | −161 | Go to diff View file |
D | plugins/git/tests/Git/Driver/Gerrit/ProjectCreatorTest.php | +0 | −542 | Go to diff View file |
D | plugins/git/tests/Git/Driver/Gerrit/UmbrellaProjectManagerTest.php | +0 | −147 | Go to diff View file |
D | plugins/git/tests/Git/Driver/Gerrit/UserAccountManagerPushSSHKeysTest.php | +0 | −118 | Go to diff View file |
D | plugins/git/tests/Git/Driver/Gerrit/UserAccountManagerTest.php | +0 | −147 | Go to diff View file |