Skip to content

Commit

Permalink
Merge [5462].
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 22, 2009
1 parent 345ca07 commit 6bc4f82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpunit.php
Expand Up @@ -37,6 +37,10 @@
* $Id$
*/

if (extension_loaded('xdebug')) {
ini_set('xdebug.show_exception_trace', 0);
}

if (strpos('@php_bin@', '@php_bin') === 0) {
set_include_path(dirname(__FILE__) . PATH_SEPARATOR . get_include_path());
}
Expand Down

0 comments on commit 6bc4f82

Please sign in to comment.