stable
Clone or download
Read-only
request #12623: REST tests use PHPUnit 7
Change-Id: I0af3f0553dd2088c933f4506f23b41aef7bd1570
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 |