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:
authordiosmosis <benaka@piwik.pro>2015-07-13 02:31:17 +0300
committerdiosmosis <benaka@piwik.pro>2015-07-13 02:39:49 +0300
commitb94545320472fac30051e7e102a7c1a1eacafa6f (patch)
tree9476a6912ffa41836ef3c2b4ca0404917116efe4 /misc/others
parent96f3fb29d61757eabee90dec3646244b6852df70 (diff)
Refs #8311, add automated system test for the api_internal_call.php example script. Includes new proxy script that will call another script using Piwik's test environment, but w/o actually setting up the test env.
Diffstat (limited to 'misc/others')
-rw-r--r--misc/others/api_internal_call.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/others/api_internal_call.php b/misc/others/api_internal_call.php
index b4b1cba48c..733c6419e3 100644
--- a/misc/others/api_internal_call.php
+++ b/misc/others/api_internal_call.php
@@ -13,7 +13,6 @@ define('PIWIK_ENABLE_SESSION_START', false);
require_once PIWIK_INCLUDE_PATH . "/index.php";
require_once PIWIK_INCLUDE_PATH . "/core/API/Request.php";
-
$environment = new \Piwik\Application\Environment(null);
$environment->init();