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-07-20 10:39:01 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-20 10:39:01 +0400
commite492c76009ea81c9513ae359f5fd41e84703116f (patch)
tree67b0f9006616d5f093447af6f5646c66b5e56ff8 /tests/PHPUnit/Benchmarks
parente79675330823b957fe9f8ffa462ad5317c14dbc9 (diff)
Adding Logic for namespaces in Loader.php + Fixing build
Converting Access & Auth to namespace
Diffstat (limited to 'tests/PHPUnit/Benchmarks')
-rwxr-xr-xtests/PHPUnit/Benchmarks/Fixtures/SqlDump.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/PHPUnit/Benchmarks/Fixtures/SqlDump.php b/tests/PHPUnit/Benchmarks/Fixtures/SqlDump.php
index 2f6a75143b..701a6066f8 100755
--- a/tests/PHPUnit/Benchmarks/Fixtures/SqlDump.php
+++ b/tests/PHPUnit/Benchmarks/Fixtures/SqlDump.php
@@ -5,9 +5,9 @@
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
-use Piwik\Core\Config;
-use Piwik\Core\Piwik;
-use Piwik\Core\Common;
+use Piwik\Config;
+use Piwik\Piwik;
+use Piwik\Common;
/**
* Reusable fixture. Loads a ~1GB SQL dump into the DB.