stable

Clone or download

Read-only

fix: REST tests clean their site access modifications

All modifications of Site access level, should go through ForgeAccessSandbox traits. Closes request #28841 REST test must be idempotent with site access manipulations Change-Id: If10d08374e7fe99a4095627bbe6aa25c056f1045

Modified Files

Name
M plugins/mediawiki_standalone/tests/rest/v1/MediawikiStandaloneProjectResourceTest.php +5 −1 Go to diff View file
A tests/rest/lib/ForgeAccessSandbox.php +66 −0 Go to diff View file
M tests/rest/lib/TuleapConfig.php +16 −7 Go to diff View file
M tests/rest/tests/ArtifactsTest.php +4 −0 Go to diff View file
M tests/rest/tests/AuthenticationTest.php +5 −1 Go to diff View file
M tests/rest/tests/InvitationsTest.php +10 −5 Go to diff View file
M tests/rest/tests/ProjectTest.php +4 −0 Go to diff View file
M tests/rest/tests/UsersTest.php +26 −47 Go to diff View file