stable

Clone or download

Read-only

Convert project validation tests to phpunit

part of story #8283 Enhance project creation user experience This patch replace the simpletest project validation test to phpunit. I'll need to update the behaviour of description at project creation, it will ease my developpement if thoses tests are migrated. Change-Id: Ia17b05e07df3746e9498649942658a48e9858e6c

Modified Files

Name
M src/common/Project/OneStepCreation/OneStepCreationController.class.php +4 −1 Go to diff View file
M src/common/Project/OneStepCreation/OneStepCreationValidator.class.php +33 −13 Go to diff View file
A tests/phpunit/common/Project/OneStepProjectCreationValidatorTest.php +340 −0 Go to diff View file
D tests/simpletest/common/Project/OneStepProjectCreationValidatorTest.php +0 −185 Go to diff View file