stable
Clone or download
Read-only
This is part of epics #11141 Upgrade to PHP7 This commit also introduces first SOAP automated tests for TV5. Some weird stuff appears at initialization due to legacy tracker automated migration to deprecate the service. Change-Id: I6cd71ea077946698e1f4dc2b958b673a8a81330d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/www/soap/index.php | +2 | −2 | Go to diff View file |
A | tests/soap/_fixtures/02-plugin-tracker/project.xml | +341 | −0 | Go to diff View file |
A | tests/soap/_fixtures/02-plugin-tracker/user_map.csv | +1 | −0 | Go to diff View file |
A | tests/soap/_fixtures/02-plugin-tracker/users.xml | +10 | −0 | Go to diff View file |
M | tests/soap/bin/setup.sh | +4 | −1 | Go to diff View file |
M | tests/soap/lib/SOAPBase.php | +4 | −3 | Go to diff View file |
M | tests/soap/lib/TestDataBuilder.php | +4 | −2 | Go to diff View file |
A | tests/soap/tests/TrackerTest.php | +81 | −0 | Go to diff View file |
M | tests/soap/tests/TrackerV3Test.php | +4 | −4 | Go to diff View file |