stable

Clone or download

Read-only

Convert Tracker/Hierarchy to phpunit

This is part of request #14150: Get rid of SimpleTest Change-Id: Iec077f24bc0918c065a4010d678e24aacb9ef023

Modified Files

Name
M plugins/tracker/include/Tracker/Hierarchy/Hierarchy.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/HierarchyController.php +6 −3 Go to diff View file
A plugins/tracker/phpunit/Tracker/Hierarchy/ControllerTest.php +270 −0 Go to diff View file
A plugins/tracker/phpunit/Tracker/Hierarchy/HierarchicalTrackerFactoryTest.php +345 −0 Go to diff View file
A plugins/tracker/phpunit/Tracker/Hierarchy/HierarchicalTrackerTest.php +84 −0 Go to diff View file
A plugins/tracker/phpunit/Tracker/Hierarchy/HierarchyFactoryTest.php +186 −0 Go to diff View file
R plugins/tracker/tests/Tracker/Hierarchy/HierarchyTest.php Go to diff View file
R plugins/tracker/tests/Tracker/Hierarchy/PresenterTest.php Go to diff View file
A plugins/tracker/phpunit/Tracker/Hierarchy/TrackerHierarchyFactoryGetAllAncestorsTest.php +135 −0 Go to diff View file
A plugins/tracker/phpunit/Tracker/Hierarchy/TrackerHierarchyFactoryGetParentArtifactTest.php +116 −0 Go to diff View file
A plugins/tracker/phpunit/Tracker/Hierarchy/TrackerHierarchyFactoryGetParentTest.php +91 −0 Go to diff View file
D plugins/tracker/tests/Tracker/Hierarchy/ControllerTest.php +0 −241 Go to diff View file
D plugins/tracker/tests/Tracker/Hierarchy/HierarchicalTrackerFactoryTest.php +0 −299 Go to diff View file
D plugins/tracker/tests/Tracker/Hierarchy/HierarchicalTrackerTest.php +0 −70 Go to diff View file
D plugins/tracker/tests/Tracker/Hierarchy/HierarchyFactoryTest.php +0 −372 Go to diff View file