stable

Clone or download

Read-only

story #8572: Split ProjectCreator::create_project

Split ProjectCreator::create_project to small functions that deal with simple concepts each. Updated Group class to have a new function isSystem(). Change-Id: Ibcc030dfb6ea90613b81b47841f88046b317f755

Modified Files

Name
M src/common/project/Group.class.php +8 βˆ’11 Go to diff View file
M src/common/project/OneStepCreation/OneStepCreationController.class.php +1 βˆ’1 Go to diff View file
M src/common/project/ProjectCreator.class.php +169 βˆ’107 Go to diff View file
M src/www/soap/project/index.php +1 βˆ’1 Go to diff View file
M tests/integration/ProjectCreationTest.php +1 βˆ’1 Go to diff View file
M tests/lib/TestDataBuilder.php +1 βˆ’1 Go to diff View file
M tests/simpletest/common/project/ProjectCreatorTest.php +3 βˆ’3 Go to diff View file
M tools/plugins/datagenerator/include/DataGeneratorActions.class.php +1 βˆ’1 Go to diff View file