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:
authorMatthieu Aubry <matt@piwik.org>2014-04-08 03:51:32 +0400
committerMatthieu Aubry <matt@piwik.org>2014-04-08 03:51:32 +0400
commit0be960632007437693b7df02a3a5e96275e7dd74 (patch)
tree165daecb8273754d3d4b876a20486c489549dea9 /tests/PHPUnit/bootstrap.php
parent872fef4a461d7215898a14948edf64ba3e9eb2f7 (diff)
parent46b4beb088b281049156e479757e12583810c85f (diff)
Merge pull request #256 from piwik/DeviceDetectorIntegration
Require DeviceDetector and Spyc using composer Fixes #4965 with leadership of @sgiehl we are starting a new open source project!
Diffstat (limited to 'tests/PHPUnit/bootstrap.php')
-rw-r--r--tests/PHPUnit/bootstrap.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/PHPUnit/bootstrap.php b/tests/PHPUnit/bootstrap.php
index 0448a6cc17..7e05c43648 100644
--- a/tests/PHPUnit/bootstrap.php
+++ b/tests/PHPUnit/bootstrap.php
@@ -37,7 +37,6 @@ require_once PIWIK_INCLUDE_PATH . '/libs/upgradephp/upgrade.php';
require_once PIWIK_INCLUDE_PATH . '/core/testMinimumPhpVersion.php';
require_once PIWIK_INCLUDE_PATH . '/core/Loader.php';
require_once PIWIK_INCLUDE_PATH . '/core/FrontController.php';
-require_once PIWIK_INCLUDE_PATH . '/libs/spyc.php';
require_once PIWIK_INCLUDE_PATH . '/tests/PHPUnit/DatabaseTestCase.php';
require_once PIWIK_INCLUDE_PATH . '/tests/PHPUnit/IntegrationTestCase.php';
require_once PIWIK_INCLUDE_PATH . '/tests/PHPUnit/FakeAccess.php';