stable
Clone or download
Read-only
Merge 'gerrit #12118' into stable/master
* commit 'b3c400facf': request #11888 Move Crosstracker plugin tests to PHPUnit
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 |