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-05-26 22:12:47 +0300
committerdiosmosis <benaka@piwik.pro>2015-06-02 01:05:27 +0300
commit86738409ae2ad93675fbdd6741ca82f4ec6212b6 (patch)
treef66f2bfce0fe5fe33d2a4adbb063503328f6af52 /plugins/TestRunner
parent17f61e3137ff7e420d75e283b705121e4731cce7 (diff)
Rename Piwik_TestingEnvironment to TestingEnvironment and move the class to Piwik\Tests\Framework namespace. Remove manual require statements.
Diffstat (limited to 'plugins/TestRunner')
-rw-r--r--plugins/TestRunner/Commands/TestsSetupFixture.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TestRunner/Commands/TestsSetupFixture.php b/plugins/TestRunner/Commands/TestsSetupFixture.php
index 2591cdcdaa..baeb4b89d3 100644
--- a/plugins/TestRunner/Commands/TestsSetupFixture.php
+++ b/plugins/TestRunner/Commands/TestsSetupFixture.php
@@ -230,7 +230,6 @@ class TestsSetupFixture extends ConsoleCommand
private function requireFixtureFiles(InputInterface $input)
{
require_once PIWIK_INCLUDE_PATH . '/libs/PiwikTracker/PiwikTracker.php';
- require_once PIWIK_INCLUDE_PATH . '/tests/PHPUnit/TestingEnvironment.php';
$fixturesToLoad = array(
'/tests/PHPUnit/Fixtures/*.php',