stable

Clone or download

Read-only

Remove direct usage of Token in tests

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

Modified Files

Name
M plugins/agiledashboard/tests/rest/KanbanColumns/KanbanColumnsTest.php +0 −6 Go to diff View file
M plugins/agiledashboard/tests/rest/KanbanTest.php +0 −7 Go to diff View file
M plugins/frs/tests/rest/FRS/PackagesTest.php +0 −8 Go to diff View file
M plugins/frs/tests/rest/FRS/ReleaseTest.php +0 −8 Go to diff View file
M plugins/git/tests/rest/Git/GerritTest.php +3 −10 Go to diff View file
M plugins/git/tests/rest/Git/ProjectTest.php +0 −7 Go to diff View file
M plugins/git/tests/rest/Git/RepositoryTest.php +1 −11 Go to diff View file
M plugins/pullrequest/tests/rest/PullRequest/PullRequestsCommentsTest.php +1 −11 Go to diff View file
M plugins/pullrequest/tests/rest/PullRequest/PullRequestsLabelsTest.php +0 −9 Go to diff View file
M plugins/pullrequest/tests/rest/PullRequest/PullRequestsTest.php +3 −13 Go to diff View file
M plugins/svn/tests/rest/SVN/ProjectTest.php +0 −8 Go to diff View file
M plugins/svn/tests/rest/SVN/RepositoryTest.php +6 −6 Go to diff View file
M plugins/svn/tests/rest/TestBase.php +0 −8 Go to diff View file
M plugins/tracker/tests/rest/CrossTracker/CrossTrackerTest.php +0 −8 Go to diff View file
M plugins/tracker/tests/rest/CrossTracker/CrossTrackerTestNonRegressionTrackerTest.php +1 −12 Go to diff View file
M plugins/tracker/tests/rest/TQL/TQLTest.php +0 −8 Go to diff View file
M plugins/tracker/tests/rest/XML/ArtifactTest.php +0 −7 Go to diff View file
M tests/lib/rest/RequestWrapper.php +6 −0 Go to diff View file
M tests/lib/rest/RestBase.php +14 −0 Go to diff View file
M tests/lib/rest/TrackerBase.php +0 −8 Go to diff View file
M tests/rest/ArtifactFilesTest.php +1 −11 Go to diff View file
M tests/rest/ArtifactsChangesetsTest.php +0 −7 Go to diff View file
M tests/rest/ArtifactsTest.php +0 −7 Go to diff View file
M tests/rest/AuthenticationTest.php +10 −22 Go to diff View file
M tests/rest/BacklogItemsTest.php +0 −7 Go to diff View file
M tests/rest/CardsTest.php +0 −8 Go to diff View file
M tests/rest/MilestonesBacklogPatchTest.php +0 −7 Go to diff View file
M tests/rest/MilestonesBacklogTest.php +0 −8 Go to diff View file
M tests/rest/MilestonesBurndownTest.php +0 −8 Go to diff View file
M tests/rest/MilestonesCardwallTest.php +0 −8 Go to diff View file
M tests/rest/MilestonesContentTest.php +0 −8 Go to diff View file
M tests/rest/MilestonesMilestones.php +0 −8 Go to diff View file
M tests/rest/MilestonesTest.php +0 −8 Go to diff View file
M tests/rest/PhpWikiTest.php +0 −6 Go to diff View file
M tests/rest/PlanningTest.php +0 −7 Go to diff View file
M tests/rest/ProjectBacklogV2Test.php +0 −7 Go to diff View file
M tests/rest/ProjectTest.php +0 −8 Go to diff View file
M tests/rest/SystemEventTest.php +1 −4 Go to diff View file
M tests/rest/UserGroupTest.php +7 −17 Go to diff View file
M tests/rest/UserMembershipTest.php +1 −4 Go to diff View file
M tests/rest/regressions/MilestonesContentOrderTest.php +0 −7 Go to diff View file
M tests/rest/regressions/MilestonesContentTest.php +0 −7 Go to diff View file
M tests/rest/regressions/PutSoloCardTest.php +0 −7 Go to diff View file