stable
Clone or download
Read-only
This is part of request #14150 Get rid of SimpleTest Change-Id: I619caaaaa6ef6fb64b77fe81e34454958be86282
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/valid/Rule.class.php | +6 | −5 | Go to diff View file |
M | src/common/valid/ValidFactory.class.php | +1 | −1 | Go to diff View file |
R | tests/simpletest/common/valid/Rule_ArrayTest.php | Go to diff View file | ||
R | tests/simpletest/common/valid/Rule_DateTest.php | Go to diff View file | ||
R | tests/simpletest/common/valid/Rule_EmailTest.php | Go to diff View file | ||
R | tests/simpletest/common/valid/Rule_FRSFileNameTest.php | Go to diff View file | ||
A | tests/phpunit/common/valid/Rule_FileTest.php | +110 | −0 | Go to diff View file |
R | tests/simpletest/common/valid/Rule_IntTest.php | Go to diff View file | ||
R | tests/simpletest/common/valid/Rule_NumericalTest.php | Go to diff View file | ||
A | tests/phpunit/common/valid/Rule_ProjectFullNameTest.php | +62 | −0 | Go to diff View file |
A | tests/phpunit/common/valid/Rule_ProjectNameIntegrationTest.php | +61 | −0 | Go to diff View file |
R | tests/simpletest/common/valid/Rule_ProjectNameTest.php | Go to diff View file | ||
R | tests/simpletest/common/valid/Rule_RealNameTest.php | Go to diff View file | ||
R | tests/simpletest/common/valid/Rule_RegexpTest.php | Go to diff View file | ||
R | tests/simpletest/common/valid/Rule_StringTest.php | Go to diff View file | ||
A | tests/phpunit/common/valid/Rule_UserNameIntegrationTest.php | +177 | −0 | Go to diff View file |
R | tests/simpletest/common/valid/Rule_UserNameTest.php | Go to diff View file | ||
R | tests/simpletest/common/valid/ValidHelpersTest.php | Go to diff View file | ||
A | tests/phpunit/common/valid/ValidTest.php | +289 | −0 | Go to diff View file |
D | tests/simpletest/common/valid/Rule_FileTest.php | +0 | −121 | Go to diff View file |
D | tests/simpletest/common/valid/Rule_ProjectFullNameTest.php | +0 | −63 | Go to diff View file |
D | tests/simpletest/common/valid/Rule_ProjectNameIntegrationTest.php | +0 | −61 | Go to diff View file |
D | tests/simpletest/common/valid/Rule_UserNameIntegrationTest.php | +0 | −194 | Go to diff View file |
D | tests/simpletest/common/valid/ValidTest.php | +0 | −297 | Go to diff View file |