stable

Clone or download

Read-only

Allow consumer of create_test_env to choose which archive is used

It's a way to iterate more quickly on the format of project to be used for environment creation without having to issue a new version of Tuleap or to let YOLO with API being able to receive the archive as a parameter. Part of story #11407 have a test environment with my username and password Change-Id: I7b060b61e7f60823a6a6c56ba72d23e904286375

Modified Files

Name
M plugins/create_test_env/include/CreateTestEnv/CreateTestEnvironment.php +10 −7 Go to diff View file
M plugins/create_test_env/include/CreateTestEnv/CreateTestProject.php +18 −4 Go to diff View file
M plugins/create_test_env/include/CreateTestEnv/REST/CreateTestEnvResource.php +3 −2 Go to diff View file
M plugins/create_test_env/phpunit/CreateTestEnv/CreateTestProjectTest.php +32 −2 Go to diff View file
A plugins/create_test_env/phpunit/CreateTestEnv/_fixtures/create_test_env/resources/sp-prj-2/project.xml +0 −0 Go to diff View file
M plugins/create_test_env/tests/rest/CreateTestEnvResourceTest.php +2 −0 Go to diff View file