stable
Clone or download
Read-only
Merge commit 'refs/changes/90/13990/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #12985: Be able to run PHPUnit unit tests without the xdebug extension Change-Id: Ie5f2728b54187dbb8de53d857e9d1b5203291214
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/User/UserManager.class.php | +6 | −2 | Go to diff View file |
R | src/common/include/CookieManager.class.php | Go to diff View file | ||
M | src/common/include/LoaderScheduler.php | +3 | −0 | Go to diff View file |
M | src/common/session/PHP_Session.class.php | +3 | −0 | Go to diff View file |
M | src/www/account/updateprefs.php | +3 | −2 | Go to diff View file |
M | src/www/include/pre.php | +2 | −1 | Go to diff View file |
A | tests/lib/Network/HTTPHeader.php | +61 | −0 | Go to diff View file |
A | tests/lib/Network/HTTPHeaderStack.php | +49 | −0 | Go to diff View file |
A | tests/lib/Network/HTTPResponseFunctionsOverload.php | +40 | −0 | Go to diff View file |
M | tests/phpunit/bootstrap.php | +3 | −2 | Go to diff View file |
M | tests/phpunit/common/Include/CookieManagerTest.php | +21 | −21 | Go to diff View file |
M | tests/phpunit/common/Include/LoaderSchedulerTest.php | +3 | −0 | Go to diff View file |
M | tests/phpunit/common/User/UserManagerTest.php | +1 | −0 | Go to diff View file |
M | tests/phpunit/phpunit.xml | +1 | −1 | Go to diff View file |
A | tests/phpunit/tests/Network/HTTPHeaderStackTest.php | +55 | −0 | Go to diff View file |
A | tests/phpunit/tests/Network/HTTPHeaderTest.php | +37 | −0 | Go to diff View file |
A | tests/phpunit/tests/Network/HTTPResponseFunctionsOverloadTest.php | +45 | −0 | Go to diff View file |
M | tests/simpletest/common/User/UserManagerTest.php | +26 | −27 | Go to diff View file |