stable
Clone or download
Read-only
Merge commit 'refs/changes/25/16725/6' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #14144: Convert SVN simpletest tests into phpunit Change-Id: I61318219f8fb780fe6b44b02bd1f503bbc2fd23c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/include/SVN/XMLRepositoryImporter.php | +11 | −2 | Go to diff View file |
M | plugins/svn/include/SVN/XMLSvnExporter.php | +12 | −16 | Go to diff View file |
M | plugins/svn/include/svnPlugin.php | +4 | −3 | Go to diff View file |
A | plugins/svn/phpunit/REST_Backend/NotificationUpdateCheckerTest.php | +443 | −0 | Go to diff View file |
R | plugins/svn/tests/REST_Backend/RepositoryResourceUpdaterTest.php | Go to diff View file | ||
R | plugins/svn/tests/REST_Backend/SettingsRepresentationValidatorTest.php | Go to diff View file | ||
R | plugins/svn/tests/Reference/ExtractorTest.php | Go to diff View file | ||
R | plugins/svn/tests/SVN/AccessControl/AccessFileReaderTest.php | Go to diff View file | ||
R | plugins/svn/tests/SVN/AccessControl/_fixtures/.SVNAccessFile | Go to diff View file | ||
A | plugins/svn/phpunit/SVN/Hooks/PreCommitSHA1CollisionTest.php | +94 | −0 | Go to diff View file |
R | plugins/svn/tests/SVN/Hooks/PreCommitTest.php | Go to diff View file | ||
A | plugins/svn/phpunit/SVN/Hooks/PreRevPropChangeTest.php | +113 | −0 | Go to diff View file |
R | plugins/svn/tests/SVN/Mails/MailReceivedFromUserExtractorTest.php | Go to diff View file | ||
R | plugins/svn/tests/SVN/Notifications/EmailsToBeNotifiedRetrieverTest.php | Go to diff View file | ||
R | plugins/svn/tests/SVN/Repository/HookConfigCheckerTest.php | Go to diff View file | ||
R | plugins/svn/tests/SVN/Repository/HookConfigSanitizerTest.php | Go to diff View file | ||
R | plugins/svn/tests/SVN/Repository/HookConfigTest.php | Go to diff View file | ||
R | plugins/svn/tests/SVN/Repository/HookConfigUpdatorTest.php | Go to diff View file | ||
A | plugins/svn/phpunit/SVN/Repository/RepositoryCreatorTest.php | +291 | −0 | Go to diff View file |
R | plugins/svn/tests/SVN/Repository/RepositoryDeleterTest.php | Go to diff View file | ||
M | plugins/svn/phpunit/SVN/Repository/RepositoryManagerTest.php | +2 | −25 | Go to diff View file |
A | plugins/svn/phpunit/SVN/Repository/RepositoryRegexpBuilderTest.php | +55 | −0 | Go to diff View file |
R | plugins/svn/tests/SVN/Repository/RuleNameTest.php | Go to diff View file | ||
A | plugins/svn/phpunit/SVN/Service/ServiceActivatorTest.php | +285 | −0 | Go to diff View file |
R | plugins/svn/tests/SVN/XMLExporterTest.php | Go to diff View file | ||
A | plugins/svn/phpunit/SVN/XMLImporterTest.php | +195 | −0 | Go to diff View file |
A | plugins/svn/phpunit/SVN/XMLRepositoryImporterTest.php | +369 | −0 | Go to diff View file |
R | plugins/svn/tests/events/SystemEvent_SVN_CREATE_REPOSITORYTest.php | Go to diff View file | ||
D | plugins/svn/tests/REST_Backend/NotificationUpdateCheckerTest.php | +0 | −410 | Go to diff View file |
D | plugins/svn/tests/SVN/Hooks/PreCommitSHA1CollisionTest.php | +0 | −84 | Go to diff View file |
D | plugins/svn/tests/SVN/Hooks/PreRevPropChangeTest.php | +0 | −114 | Go to diff View file |
D | plugins/svn/tests/SVN/Repository/RepositoryCreatorTest.php | +0 | −274 | Go to diff View file |
D | plugins/svn/tests/SVN/Repository/RepositoryRegexpBuilderTest.php | +0 | −55 | Go to diff View file |
D | plugins/svn/tests/SVN/Service/ServiceActivatorTest.php | +0 | −252 | Go to diff View file |
D | plugins/svn/tests/SVN/XMLImporterTest.php | +0 | −569 | Go to diff View file |