diff options
author | Robin McCorkell <rmccorkell@owncloud.com> | 2015-08-31 14:22:02 +0100 |
---|---|---|
committer | Robin McCorkell <rmccorkell@owncloud.com> | 2015-08-31 14:22:02 +0100 |
commit | f6b1d3506f63518da7f5df250ef95f925adfb933 (patch) | |
tree | cc4b9b189c2711c17ad1ea3f07fdd562a2c3fba3 /.user.ini | |
parent | 65784227d6460a9464b287cc698d3e0a54f6d0d3 (diff) | |
download | nextcloud-server-f6b1d3506f63518da7f5df250ef95f925adfb933.tar.gz nextcloud-server-f6b1d3506f63518da7f5df250ef95f925adfb933.zip |
Allow easy XDEBUG debugging with autotest
Debugging scripts needs the environment variable XDEBUG_CONFIG to be
set, which initiates a connection to a listening debugger. But if that
env is set and one of the PHP setup steps occurs (e.g. occ install), the
debugging session is 'completed' and the debugger no longer listens
during the actual tests. This saves the XDEBUG_CONFIG env so it only
applies during the PHPUnit execution, so only the real tests trigger the
debugging.
Diffstat (limited to '.user.ini')
0 files changed, 0 insertions, 0 deletions