Skip to content

Commit 4f8f8a8

Browse files
Merge [5462].
1 parent fdab78e commit 4f8f8a8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

phpunit.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
* $Id$
3838
*/
3939

40+
if (extension_loaded('xdebug')) {
41+
ini_set('xdebug.show_exception_trace', 0);
42+
}
43+
4044
if (strpos('@php_bin@', '@php_bin') === 0) {
4145
set_include_path(dirname(__FILE__) . PATH_SEPARATOR . get_include_path());
4246
}

0 commit comments

Comments
 (0)