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 <benakamoorthi@fastmail.fm>2014-08-22 00:33:36 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-22 00:33:36 +0400
commit0d2c4ce7e25cf6183a1de42dae308f743cf3af50 (patch)
tree715d065ecaffc7dacff18f53baf8a90f4fc44349 /tests/PHPUnit/proxy
parent692ecd885d42be2281c421df8b9659aedaacb046 (diff)
Exclude vendor/ from ReleaseCheckList <?php test and remove setupProfilerXHProf that are no longer necessary.
Diffstat (limited to 'tests/PHPUnit/proxy')
-rw-r--r--tests/PHPUnit/proxy/archive.php2
-rw-r--r--tests/PHPUnit/proxy/index.php2
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/PHPUnit/proxy/archive.php b/tests/PHPUnit/proxy/archive.php
index 6867dc796d..a4d5f4e476 100644
--- a/tests/PHPUnit/proxy/archive.php
+++ b/tests/PHPUnit/proxy/archive.php
@@ -3,8 +3,6 @@ define('PIWIK_ARCHIVE_NO_TRUNCATE', true);
require realpath(dirname(__FILE__)) . "/includes.php";
-\Piwik\Profiler::setupProfilerXHProf();
-
Piwik_TestingEnvironment::addHooks();
// include archive.php, and let 'er rip
diff --git a/tests/PHPUnit/proxy/index.php b/tests/PHPUnit/proxy/index.php
index 594ad5da36..3363d90ba8 100644
--- a/tests/PHPUnit/proxy/index.php
+++ b/tests/PHPUnit/proxy/index.php
@@ -8,6 +8,4 @@ require realpath(dirname(__FILE__)) . "/includes.php";
Piwik_TestingEnvironment::addHooks();
-\Piwik\Profiler::setupProfilerXHProf();
-
include PIWIK_INCLUDE_PATH . '/index.php'; \ No newline at end of file