stable
Clone or download
Read-only
Part of request #14150: Get rid of SimpleTest Change-Id: I83f7d4e84d4406bdde8596e6535396b9642e8676
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/SequenceIdManager.php | +6 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ArtifactParentsSelector/Command.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ArtifactParentsSelector/NearestMilestoneWithBacklogTrackerCommand.class.php | +6 | −7 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ArtifactParentsSelector/ParentInSameHierarchyCommand.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ArtifactParentsSelector/SameTrackerCommand.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ArtifactParentsSelector/SubChildrenBelongingToTrackerCommand.class.php | +3 | −3 | Go to diff View file |
R | plugins/agiledashboard/tests/include/AgileDashboard/XMLImporterTest.php | Go to diff View file | ||
A | plugins/agiledashboard/phpunit/AgileDashboard/Milestone/Backlog/AgileDashboard_SequenceIdManagerTest.php | +337 | −0 | Go to diff View file |
A | plugins/agiledashboard/phpunit/AgileDashboard/Milestone/MilestoneParentLinkerTest.php | +172 | −0 | Go to diff View file |
A | plugins/agiledashboard/phpunit/AgileDashboard/Planning/ArtifactLinkerTest.php | +246 | −0 | Go to diff View file |
A | plugins/agiledashboard/phpunit/AgileDashboard/Planning/ArtifactParentsSelectorTest.php | +400 | −0 | Go to diff View file |
A | plugins/agiledashboard/phpunit/AgileDashboard/XMLFullStructureExporterTest.php | +79 | −0 | Go to diff View file |
R | plugins/agiledashboard/tests/AgileDashboardPluginTest.php | Go to diff View file | ||
D | plugins/agiledashboard/tests/bootstrap.php | +0 | −21 | Go to diff View file |
D | plugins/agiledashboard/tests/include/AgileDashboard/SequenceIdManagerTest.php | +0 | −244 | Go to diff View file |
D | plugins/agiledashboard/tests/include/AgileDashboard/XMLFullStructureExporterTest.php | +0 | −72 | Go to diff View file |
D | plugins/agiledashboard/tests/include/ArtifactLinkerTest.php | +0 | −187 | Go to diff View file |
D | plugins/agiledashboard/tests/include/ArtifactParentsSelectorTest.php | +0 | −206 | Go to diff View file |
D | plugins/agiledashboard/tests/include/MilestoneParentLinkerTest.php | +0 | −179 | Go to diff View file |