stable

Clone or download

Read-only

Merge commit 'refs/changes/20/12120/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #11890 Move Husdon plugin tests to PHPUnit

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