stable

Clone or download

Read-only

Clean REST tests directory structure

Part of request #10713 REST test should not depend on Tuleap internal API Change-Id: I3572a78fb45a56176fe4dd31f99867574b6f1ce5

Modified Files

Name
M .gitignore +1 −2 Go to diff View file
M Makefile +2 −0 Go to diff View file
M tests/Jenkinsfile +0 −1 Go to diff View file
M tests/lib/autoload.php +2 −15 Go to diff View file
R tests/bin/generate-phpunit-testsuite.php Go to diff View file
R tests/lib/rest/init_data.php Go to diff View file
R tests/lib/rest/init_data_plugins.php Go to diff View file
M tests/rest/bin/setup.sh +2 −2 Go to diff View file
M tests/rest/bin/test_suite.sh +3 −3 Go to diff View file
R tests/rest/bin/composer.json Go to diff View file
A tests/rest/composer.lock +593 −0 Go to diff View file
R tests/lib/rest/ArtifactBase.php Go to diff View file
R tests/lib/rest/ArtifactFileBase.php Go to diff View file
R tests/lib/rest/Cache.php Go to diff View file
R tests/lib/rest/CardsBase.php Go to diff View file
R tests/lib/rest/MilestoneBase.php Go to diff View file
R tests/lib/rest/ProjectBase.php Go to diff View file
R tests/lib/rest/RequestWrapper.php Go to diff View file
R tests/lib/rest/RestBase.php Go to diff View file
R tests/lib/rest/TestDataBuilder.php Go to diff View file
R tests/lib/rest/TrackerBase.php Go to diff View file
R tests/lib/TuleapConfig.php Go to diff View file
A tests/rest/lib/autoload.php +30 −0 Go to diff View file
R tests/lib/rest/tracker/Tracker.php Go to diff View file
R tests/lib/rest/tracker/TrackerFactory.php Go to diff View file
R tests/rest/ArtifactFilesTest.php Go to diff View file
R tests/rest/ArtifactsChangesetsTest.php Go to diff View file
R tests/rest/ArtifactsTest.php Go to diff View file
R tests/rest/AuthenticationTest.php Go to diff View file
R tests/rest/BacklogItemsTest.php Go to diff View file
R tests/rest/CardsTest.php Go to diff View file
R tests/rest/MilestonesBacklogPatchTest.php Go to diff View file
R tests/rest/MilestonesBacklogTest.php Go to diff View file
R tests/rest/MilestonesBurndownTest.php Go to diff View file
R tests/rest/MilestonesCardwallTest.php Go to diff View file
R tests/rest/MilestonesContentTest.php Go to diff View file
R tests/rest/MilestonesMilestones.php Go to diff View file
R tests/rest/MilestonesTest.php Go to diff View file
R tests/rest/PhpWikiTest.php Go to diff View file
R tests/rest/PlanningTest.php Go to diff View file
R tests/rest/ProjectBacklogV2Test.php Go to diff View file
R tests/rest/ProjectTest.php Go to diff View file
R tests/rest/SystemEventTest.php Go to diff View file
R tests/rest/TokenTest.php Go to diff View file
R tests/rest/TrackersTest.php Go to diff View file
R tests/rest/UserGroupTest.php Go to diff View file
R tests/rest/UserMembershipTest.php Go to diff View file
R tests/rest/UsersTest.php Go to diff View file
R tests/rest/regressions/ArtifactsCreationWithWrongWorkflowTest.php Go to diff View file
R tests/rest/regressions/MilestonesContentOrderTest.php Go to diff View file
R tests/rest/regressions/MilestonesContentTest.php Go to diff View file
R tests/rest/regressions/PutSoloCardTest.php Go to diff View file