From 84d8be30edecc13def35589aafceb41fbaac5aa2 Mon Sep 17 00:00:00 2001 From: Benaka Moorthi Date: Thu, 16 May 2013 19:21:52 -0700 Subject: Fixing build. --- tests/PHPUnit/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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'; -- cgit v1.2.3