stable
Clone or download
Read-only
This is part of request #14150 Get rid of SimpleTest Tests that have not been moved to PHPUnit was not done because it needed a lot of rework. Change-Id: I634bf81dc4c6b76265c0d60882b2915f05b20ca6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/SubmilestoneFinder.class.php | +8 | −5 | Go to diff View file |
A | plugins/agiledashboard/phpunit/AgileDashboard/HierarchyCheckerTest.php | +135 | −0 | Go to diff View file |
R | plugins/agiledashboard/tests/include/AgileDashboard/Kanban/KanbanXmlImporterTest.php | Go to diff View file | ||
A | plugins/agiledashboard/phpunit/AgileDashboard/Milestone/Pane/Planning/SubmilestoneFinderTest.php | +324 | −0 | Go to diff View file |
D | plugins/agiledashboard/tests/include/AgileDashboard/HierarchyCheckerTest.php | +0 | −127 | Go to diff View file |
D | plugins/agiledashboard/tests/include/AgileDashboard/Milestone/Pane/Planning/SubmilestoneFinderTest.php | +0 | −318 | Go to diff View file |
M | plugins/agiledashboard/tests/include/ControllerTest.php | +4 | −1 | Go to diff View file |
M | plugins/git/tests/Git_GitoliteDriverTest.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaver.php | +15 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Admin/ArtifactLinksUsageDuplicatorTest.php | +3 | −2 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/Artifact/LatestHeartbeatsCollectorTest.php | +119 | −0 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaverTest.php | +336 | −0 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/Notifications/NotificationsForProjectMemberCleanerTest.php | +97 | −0 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/TrackerXmlImportArtifactLinkV2Activation.php | +241 | −0 | Go to diff View file |
D | plugins/tracker/tests/Tracker/Artifact/LatestHeartbeatsCollectorTest.php | +0 | −112 | Go to diff View file |
D | plugins/tracker/tests/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaverTest.php | +0 | −343 | Go to diff View file |
D | plugins/tracker/tests/Tracker/Notifications/NotificationsForProjectMemberCleanerTest.php | +0 | −104 | Go to diff View file |
M | plugins/tracker/tests/TrackerXmlImportTest.php | +0 | −183 | Go to diff View file |
M | tests/bin/SimpleTest11x/TuleapTestCase.php | +0 | −1 | Go to diff View file |
D | tests/simpletest/common/Project/aMockProject.php | +0 | −65 | Go to diff View file |