stable
Clone or download
Read-only
request #11888 Move Crosstracker plugin tests to PHPUnit
Change-Id: I24dc69b0af03e79086e39a0fe6985b73cf614e51
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/include/crosstrackerPlugin.class.php | +3 | −3 | Go to diff View file |
R | plugins/crosstracker/tests/CrossTracker/CrossTrackerReportFactoryTest.php | Go to diff View file | ||
A | plugins/crosstracker/phpunit/CrossTracker/Permission/CrossTrackerPermissionGateTest.php | +133 | −0 | Go to diff View file |
A | plugins/crosstracker/phpunit/CrossTracker/REST/v1/CrossTrackerReportExtractorTest.php | +134 | −0 | Go to diff View file |
M | plugins/crosstracker/phpunit/bootstrap.php | +1 | −2 | Go to diff View file |
D | plugins/crosstracker/tests/CrossTracker/Permission/CrossTrackerPermissionGateTest.php | +0 | −126 | Go to diff View file |
D | plugins/crosstracker/tests/REST_backend/CrossTracker/CrossTrackerReportExtractorTest.php | +0 | −118 | Go to diff View file |
D | plugins/crosstracker/tests/bootstrap.php | +0 | −23 | Go to diff View file |
M | tests/phpunit/phpunit.xml | +11 | −10 | Go to diff View file |