stable
Clone or download
Read-only
request #10040 REST tests do not rely user on constants
Part of REST tests do not rely anymore on constants Test should'nt use constant to get users' ids now Change-Id: I7b822812756c4e35afad6c3f5e04cef7ec811737
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/project_certification/tests/rest/ProjectCertificationTest.php | +1 | −1 | Go to diff View file |
M | plugins/timetracking/tests/rest/TimetrackingBase.php | +2 | −0 | Go to diff View file |
M | plugins/tracker/tests/rest/ArtifactsActions/ArtifactsActionsTest.php | +1 | −1 | Go to diff View file |
M | tests/lib/TestDataBuilder.php | +4 | −11 | Go to diff View file |
M | tests/rest/lib/Cache.php | +11 | −1 | Go to diff View file |
M | tests/rest/lib/RestBase.php | +68 | −23 | Go to diff View file |
M | tests/rest/lib/TestDataBuilder.php | +4 | −4 | Go to diff View file |
M | tests/rest/tests/ArtifactFilesTest.php | +2 | −2 | Go to diff View file |
M | tests/rest/tests/AuthenticationTest.php | +2 | −2 | Go to diff View file |
M | tests/rest/tests/UserGroupTest.php | +34 | −34 | Go to diff View file |
M | tests/rest/tests/UsersTest.php | +38 | −38 | Go to diff View file |
M | tests/soap/lib/SOAPBase.php | +37 | −6 | Go to diff View file |
M | tests/soap/tests/ProjectTest.php | +2 | −1 | Go to diff View file |
M | tests/soap/tests/UserTest.php | +8 | −5 | Go to diff View file |