Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-10-11 02:39:58 +0400
committermattab <matthieu.aubry@gmail.com>2014-10-11 02:39:58 +0400
commitb8d754c39b92ea859e0463d9303950d392a40099 (patch)
tree326cc9a2cc896394a92dfbb1939afbe8761b7e2c /tests
parent3d0d785b5d02fd359d58a9d810c0cfe466183b56 (diff)
Show backtraces when test fail
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/bootstrap.php b/tests/PHPUnit/bootstrap.php
index 8335346c6b..01161dfcb7 100644
--- a/tests/PHPUnit/bootstrap.php
+++ b/tests/PHPUnit/bootstrap.php
@@ -1,6 +1,6 @@
<?php
define('PIWIK_TEST_MODE', true);
-define('PIWIK_PRINT_ERROR_BACKTRACE', false);
+define('PIWIK_PRINT_ERROR_BACKTRACE', true);
if (!defined("PIWIK_PATH_TEST_TO_ROOT")) {
define('PIWIK_PATH_TEST_TO_ROOT', realpath(dirname(__FILE__) . '/../..'));