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
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-09-14 09:43:48 +0400
committermattab <matthieu.aubry@gmail.com>2013-09-16 03:38:55 +0400
commit614d0e82ad80556af00471369e291f32b0ee0af1 (patch)
tree1b52fa1903c5238ca9f78251eb8f3b3d85b3117b /tests/PHPUnit/bootstrap.php
parentff93ec556f846e7c504599cc7dab3b43653ba584 (diff)
The long awaited DbHelper
Diffstat (limited to 'tests/PHPUnit/bootstrap.php')
-rw-r--r--tests/PHPUnit/bootstrap.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/PHPUnit/bootstrap.php b/tests/PHPUnit/bootstrap.php
index 11749f00ce..9ad5a620f3 100644
--- a/tests/PHPUnit/bootstrap.php
+++ b/tests/PHPUnit/bootstrap.php
@@ -6,6 +6,8 @@
use Piwik\Http;
+define('PIWIK_TEST_MODE', true);
+
if (!defined("PIWIK_PATH_TEST_TO_ROOT")) {
define('PIWIK_PATH_TEST_TO_ROOT', realpath(dirname(__FILE__) . '/../..'));
}