stable
Clone or download
Read-only
request #11890 Move Husdon plugin tests to PHPUnit
Change-Id: I6733aa6c15d12946b63db01d7c548d11abd7fc3d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/hudson/include/HudsonBuild.class.php | +17 | −9 | Go to diff View file |
M | plugins/hudson/include/HudsonTestResult.class.php | +1 | −5 | Go to diff View file |
M | plugins/hudson/include/hudsonPlugin.class.php | +2 | −2 | Go to diff View file |
M | plugins/hudson/include/hudson_Widget_JobBuildHistory.class.php | +1 | −1 | Go to diff View file |
A | plugins/hudson/phpunit/HudsonBuildTest.php | +92 | −0 | Go to diff View file |
A | plugins/hudson/phpunit/HudsonTestResultTest.php | +92 | −0 | Go to diff View file |
R | plugins/hudson/tests/SVNPathsUpdaterTest.php | Go to diff View file | ||
M | plugins/hudson/phpunit/bootstrap.php | +1 | −1 | Go to diff View file |
R | plugins/hudson/tests/resources/jobbuild.xml | Go to diff View file | ||
R | plugins/hudson/tests/resources/testReport.xml | Go to diff View file | ||
D | plugins/hudson/tests/HudsonBuildTest.php | +0 | −90 | Go to diff View file |
D | plugins/hudson/tests/HudsonTestResultTest.php | +0 | −87 | Go to diff View file |
D | plugins/hudson/tests/bootstrap.php | +0 | −20 | Go to diff View file |
D | plugins/hudson/tests/php7compatibletests.list | +0 | −3 | Go to diff View file |
M | tests/phpunit/phpunit.xml | +1 | −0 | Go to diff View file |