stable
Clone or download
Read-only
Merge commit 'refs/changes/99/11999/1' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #11801: Move Captcha plugin tests to PHPUnit and PHP 7 Change-Id: Ia91e3707134f28f126da4ac68b2d60e3348d7bea
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 |