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-19 09:22:47 +0400
committermattab <matthieu.aubry@gmail.com>2013-09-19 09:22:47 +0400
commit6d5096db7c247f38119384ccbbc9f3ad75536f77 (patch)
tree4a8881167c1d8e96036a8309afb22da3200a4cd0
parenta54bdaf2e9dece08bba9f3827eb12c8dffa23e0b (diff)
Adding loader to this class
-rw-r--r--tests/PHPUnit/proxy/archive.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/PHPUnit/proxy/archive.php b/tests/PHPUnit/proxy/archive.php
index 00a4269a04..70a731ce80 100644
--- a/tests/PHPUnit/proxy/archive.php
+++ b/tests/PHPUnit/proxy/archive.php
@@ -1,6 +1,9 @@
<?php
define('PIWIK_MODE_ARCHIVE', true);
+
+require_once realpath(dirname(__FILE__)) . '/../../../core/Loader.php';
+
// make sure the test environment is loaded
require_once realpath(dirname(__FILE__)) . '/../../../core/EventDispatcher.php';
require_once realpath(dirname(__FILE__)) . "/../../../core/functions.php";