stable
Clone or download
Read-only
In order to be able to enhance the query that create projects in database, we must first convert it to use EasyDB, because usage of legacy db_es and db_ei is deprecated. No functional changes. Part of story #36484 create a new project from an XML template Change-Id: I251b67ffe358781527ccc0960f9296aacc58b45a
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/Project/ProjectCreator.class.php | +8 | −63 | Go to diff View file |
A | src/common/Project/Registration/ProjectCreationDao.php | +71 | −0 | Go to diff View file |
A | src/common/Project/Registration/StoreProjectInformation.php | +28 | −0 | Go to diff View file |
A | tests/integration/tests/Project/Registration/ProjectCreationDaoTest.php | +61 | −0 | Go to diff View file |
A | tests/lib/Stubs/Project/Registration/StoreProjectInformationStub.php | +52 | −0 | Go to diff View file |
M | tests/unit/common/Project/ProjectCreatorTest.php | +8 | −3 | Go to diff View file |
M | tests/unit/common/Project/ProjectXMLImporterTest.php | +2 | −0 | Go to diff View file |