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: Icf4262bf681155bbfca9ee18d3bb47604ee16277
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 | +171 | −109 | 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 | +1 | −1 | Go to diff View file |
M | tools/plugins/datagenerator/include/DataGeneratorActions.class.php | +1 | −1 | Go to diff View file |