summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-foundation/Tests/Fixtures
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-07-09 21:10:10 +0100
committerGreg Roach <fisharebest@webtrees.net>2018-07-09 21:10:10 +0100
commit465ce18af230298a5c9ae59948a19e2481c66552 (patch)
treefc39c53ce710d82dbc19c4a51d854c43380de93d /vendor/symfony/http-foundation/Tests/Fixtures
parent44b375abcee5d58bf9c5a3288c40e959755d0ba0 (diff)
downloadwebtrees-465ce18af230298a5c9ae59948a19e2481c66552.tar.gz
webtrees-465ce18af230298a5c9ae59948a19e2481c66552.tar.bz2
webtrees-465ce18af230298a5c9ae59948a19e2481c66552.zip
Update vendor libraries
Diffstat (limited to 'vendor/symfony/http-foundation/Tests/Fixtures')
-rw-r--r--vendor/symfony/http-foundation/Tests/Fixtures/response-functional/common.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/symfony/http-foundation/Tests/Fixtures/response-functional/common.inc b/vendor/symfony/http-foundation/Tests/Fixtures/response-functional/common.inc
index ba101d3578..f9c40a9a3c 100644
--- a/vendor/symfony/http-foundation/Tests/Fixtures/response-functional/common.inc
+++ b/vendor/symfony/http-foundation/Tests/Fixtures/response-functional/common.inc
@@ -22,6 +22,10 @@ error_reporting(-1);
ini_set('html_errors', 0);
ini_set('display_errors', 1);
+if (ini_get('xdebug.default_enable')) {
+ xdebug_disable();
+}
+
header_remove('X-Powered-By');
header('Content-Type: text/plain; charset=utf-8');