stable

Clone or download

Read-only

request #8120 Add SOAP automated tests

This is a second step: Remove code duplication * DatabaseInitilization * TestDataBuilder Change-Id: I80e89c8dda79381e0522169454376c3d6da4cbbb

Modified Files

Name
M plugins/agiledashboard/tests/rest/KanbanColumns/KanbanColumnsTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/rest/KanbanTest.php +18 −18 Go to diff View file
M plugins/git/tests/rest/Git/ProjectTest.php +2 −2 Go to diff View file
M plugins/git/tests/rest/Git/RepositoryTest.php +3 −3 Go to diff View file
M plugins/git/tests/rest/GitDataBuilder.php +6 −13 Go to diff View file
M plugins/tracker/tests/rest/TrackerDataBuilder.php +3 −2 Go to diff View file
M plugins/tracker/tests/rest/XML/ArtifactTest.php +7 −7 Go to diff View file
M tests/lib/DatabaseInitialisation.class.php +5 −25 Go to diff View file
R tests/lib/soap/SOAP_TestDataBuilder.php Go to diff View file
M tests/lib/autoload.php +7 −5 Go to diff View file
A tests/lib/rest/DatabaseInitialization.class.php +48 −0 Go to diff View file
M tests/lib/rest/RequestWrapper.php +4 −0 Go to diff View file
M tests/lib/rest/RestBase.php +4 −0 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +10 −174 Go to diff View file
M tests/lib/rest/init_data.php +1 −1 Go to diff View file
M tests/lib/rest/init_db.php +1 −1 Go to diff View file
A tests/lib/soap/DatabaseInitialization.php +32 −0 Go to diff View file
D tests/lib/soap/SOAP_DatabaseInitialization.php +0 −79 Go to diff View file
A tests/lib/soap/TestDataBuilder.php +69 −0 Go to diff View file
M tests/rest/ArtifactFilesTest.php +9 −9 Go to diff View file
M tests/rest/ArtifactsChangesetsTest.php +3 −3 Go to diff View file
M tests/rest/ArtifactsTest.php +5 −5 Go to diff View file
M tests/rest/AuthenticationTest.php +3 −3 Go to diff View file
M tests/rest/BacklogItemsTest.php +3 −3 Go to diff View file
M tests/rest/CardsTest.php +5 −5 Go to diff View file
M tests/rest/MilestoneBacklogTest.php +37 −37 Go to diff View file
M tests/rest/MilestonesBacklogPatchTest.php +5 −5 Go to diff View file
M tests/rest/MilestonesBurndownTest.php +3 −3 Go to diff View file
M tests/rest/MilestonesCardwallTest.php +12 −12 Go to diff View file
M tests/rest/MilestonesContentTest.php +17 −17 Go to diff View file
M tests/rest/MilestonesMilestones.php +10 −10 Go to diff View file
M tests/rest/MilestonesTest.php +19 −19 Go to diff View file
M tests/rest/PhpWikiTest.php +10 −10 Go to diff View file
M tests/rest/PlanningTest.php +5 −5 Go to diff View file
M tests/rest/ProjectBacklogV2Test.php +3 −3 Go to diff View file
M tests/rest/ProjectTest.php +119 −119 Go to diff View file
R tests/rest/TokenTest Go to diff View file
M tests/rest/TrackersTest.php +5 −5 Go to diff View file
M tests/rest/UserGroupTest.php +45 −45 Go to diff View file
M tests/rest/UserMembershipTest.php +4 −4 Go to diff View file
M tests/rest/UsersTest.php +29 −29 Go to diff View file
M tests/rest/regressions/ArtifactsCreationWithWrongWorkflowTest.php +2 −2 Go to diff View file
M tests/rest/regressions/MilestonesContentOrderTest.php +3 −3 Go to diff View file
M tests/rest/regressions/MilestonesContentTest.php +3 −3 Go to diff View file
M tests/rest/regressions/PutSoloCardTest.php +3 −3 Go to diff View file
M tests/soap/bin/composer.json +0 −1 Go to diff View file