stable

Clone or download

Read-only

Merge commit 'refs/changes/87/12387/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #12623: REST tests use PHPUnit 7 Change-Id: I794bd6fe7988b33e1ce73a29d3536c0f0c14f39a

Modified Files

Name
M plugins/crosstracker/tests/rest/CrossTracker/CrossTrackerTestNonRegressionTrackerTest.php +30 −10 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanItemsTest.php +3 −1 Go to diff View file
M plugins/dynamic_credentials/tests/rest/DynamicCredentialsTest.php +4 −2 Go to diff View file
M plugins/svn/tests/rest/SVN/RepositoryTest.php +4 −2 Go to diff View file
M plugins/svn/tests/rest/SVN/RepositoryTestNonRegressionTest.php +55 −19 Go to diff View file
D tests/rest/bin/generate-testsuite.php +0 −51 Go to diff View file
M tests/rest/bin/test_suite.sh +2 −7 Go to diff View file
M tests/rest/composer.json +5 −1 Go to diff View file
M tests/rest/composer.lock +1418 −8 Go to diff View file
M tests/rest/lib/RestBase.php +4 −4 Go to diff View file
A tests/rest/phpunit.xml +12 −0 Go to diff View file
M tests/rest/tests/ArtifactsTest.php +17 −15 Go to diff View file