stable

Clone or download

Read-only

Closes request #27506: install a plugin with CLI doesn't verify installation requirements

Change-Id: Ide3198fc6c1240a9ac0808efec6c6e9192ebefe9

Modified Files

Name
M plugins/program_management/tests/rest/v1/Helper/ProgramDataBuilder.php +18 −3 Go to diff View file
M src/common/Plugin/PluginFactory.php +14 −5 Go to diff View file
M src/common/Plugin/PluginManager.php +0 −7 Go to diff View file
M tests/e2e/docker-compose-test-runner.yml +4 −0 Go to diff View file
M tests/e2e/full/tuleap/setup.sh +6 −0 Go to diff View file
M tests/integration/bin/setup.sh +5 −0 Go to diff View file
M tests/integration/docker-compose.yml +3 −0 Go to diff View file
M tests/rest/bin/setup.sh +6 −0 Go to diff View file
M tests/rest/docker-compose.yml +2 −0 Go to diff View file
M tests/unit/common/Plugin/PluginFactoryTest.php +33 −0 Go to diff View file