stable
Clone or download
Read-only
Allow to split test cases and rely on autoloader Plus make phpunit a little bit more strict to avoid bad conversions. request #14150 Get rid of SimpleTest Change-Id: I1ac297d74b8462e43484682c97abef2b4bd98e39
Modified Files
Name | ||||
---|---|---|---|---|
M | src/composer.json | +3 | −2 | Go to diff View file |
A | tests/phpunit/common/User/User_SSHKeyValidatorBase.php | +46 | −0 | Go to diff View file |
A | tests/phpunit/common/User/User_SSHKeyValidator_InputManagementTest.php | +72 | −0 | Go to diff View file |
A | tests/phpunit/common/User/User_SSHKeyValidator_KeyValidationTest.php | +106 | −0 | Go to diff View file |
M | tests/phpunit/phpunit.xml | +6 | −2 | Go to diff View file |
D | tests/simpletest/common/User/User_SSHKeyValidatorTest.php | +0 | −180 | Go to diff View file |