stable
Clone or download
Read-only
request #11801: Move Captcha plugin tests to PHPUnit and PHP 7
Change-Id: I5cef006299007d3dcbda683eff2c2612580bbf93
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/captcha/include/captchaPlugin.class.php | +4 | −3 | Go to diff View file |
A | plugins/captcha/phpunit/.simpletest_skip | +0 | −0 | Go to diff View file |
A | plugins/captcha/phpunit/ClientTest.php | +90 | −0 | Go to diff View file |
R | plugins/captcha/tests/ConfigurationRetrieverTest.php | Go to diff View file | ||
R | plugins/captcha/tests/ConfigurationSaverTest.php | Go to diff View file | ||
R | plugins/captcha/tests/bootstrap.php | Go to diff View file | ||
D | plugins/captcha/tests/ClientTest.php | +0 | −76 | Go to diff View file |
M | src/common/valid/Rule.class.php | +7 | −6 | Go to diff View file |
M | src/common/valid/Valid.class.php | +2 | −2 | Go to diff View file |
M | src/common/valid/ValidFactory.class.php | +2 | −2 | Go to diff View file |
M | tests/phpunit/phpunit.xml | +1 | −0 | Go to diff View file |