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:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-05-17 06:21:52 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-05-17 06:21:52 +0400
commit84d8be30edecc13def35589aafceb41fbaac5aa2 (patch)
tree37ac1337488cc030835f7c2ed3a59bd64f5816f3 /tests
parenteb9e188fc218cf3e68359a3c67150c97d2a28142 (diff)
Fixing build.
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 909005773c..8e72bcd125 100644
--- a/tests/PHPUnit/bootstrap.php
+++ b/tests/PHPUnit/bootstrap.php
@@ -25,7 +25,7 @@ if (!defined('PIWIK_INCLUDE_SEARCH_PATH')) {
error_reporting(E_ALL | E_NOTICE);
@date_default_timezone_set('UTC');
-$useXhprof = true;
+$useXhprof = false;
if ($useXhprof) {
require_once PIWIK_INCLUDE_PATH . '/tests/lib/xhprof-0.9.2/xhprof_lib/utils/xhprof_runs.php';