stable
Clone or download
Read-only
part of request #14150 Get rid of SimpleTest Change-Id: I0570efaaf98dfbb274da159aa5a6635d8e8bb312
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/Planning/MilestoneFactory.class.php | +4 | −6 | Go to diff View file |
A | plugins/agiledashboard/phpunit/AgileDashboard/Planning/MilestoneFactoryGetAllMilestonesTest.php | +222 | −0 | Go to diff View file |
A | plugins/agiledashboard/phpunit/AgileDashboard/Planning/MilestoneFactoryGetBareMilestoneByArtifactIdTest.php | +150 | −0 | Go to diff View file |
A | plugins/agiledashboard/phpunit/AgileDashboard/Planning/MilestoneFactoryGetLastMilestoneCreatedTest.php | +138 | −0 | Go to diff View file |
A | plugins/agiledashboard/phpunit/AgileDashboard/Planning/MilestoneFactoryGetMilestoneFromArtifactTest.php | +126 | −0 | Go to diff View file |
A | plugins/agiledashboard/phpunit/AgileDashboard/Planning/MilestoneFactoryGetMilestoneFromArtifactWithPlannedArtifactsTest.php | +60 | −0 | Go to diff View file |
A | plugins/agiledashboard/phpunit/AgileDashboard/Planning/MilestoneFactoryGetMilestoneTest.php | +313 | −0 | Go to diff View file |
A | plugins/agiledashboard/phpunit/AgileDashboard/Planning/MilestoneFactoryGetMilestoneWithAncestorsTest.php | +135 | −0 | Go to diff View file |
A | plugins/agiledashboard/phpunit/AgileDashboard/Planning/MilestoneFactoryGetTopMilestonesTest.php | +200 | −0 | Go to diff View file |
A | plugins/agiledashboard/phpunit/AgileDashboard/Planning/MilestoneFactoryPlannedArtifactsTest.php | +75 | −0 | Go to diff View file |
A | plugins/agiledashboard/phpunit/AgileDashboard/Planning/MilestoneSelectorControllerTest.php | +106 | −0 | Go to diff View file |
A | plugins/agiledashboard/phpunit/AgileDashboard/Planning/NearestPlanningTrackerProviderTest.php | +91 | −0 | Go to diff View file |
R | plugins/agiledashboard/tests/include/AgileDashboard/Planning/ScrumPlanningFilterTest.php | Go to diff View file | ||
A | plugins/agiledashboard/phpunit/REST/QueryToCriterionStatusConverterTest.php | +97 | −0 | Go to diff View file |
A | plugins/agiledashboard/phpunit/REST/v1/MilestoneResourceValidatorTest.php | +384 | −0 | Go to diff View file |
D | plugins/agiledashboard/tests/builders/aMilestone.php | +0 | −106 | Go to diff View file |
D | plugins/agiledashboard/tests/include/AgileDashboard/Planning/NearestPlanningTrackerProviderTest.php | +0 | −68 | Go to diff View file |
D | plugins/agiledashboard/tests/include/AgileDashboard/REST/v1/MilestoneResourceValidatorTest.php | +0 | −251 | Go to diff View file |
D | plugins/agiledashboard/tests/include/MilestoneFactoryTest.php | +0 | −852 | Go to diff View file |
D | plugins/agiledashboard/tests/include/MilestoneSelectorControllerTest.php | +0 | −76 | Go to diff View file |
D | plugins/agiledashboard/tests/include/REST/QueryToCriterionStatusConverterTest.php | +0 | −89 | Go to diff View file |