From 47a9c1f00a3fb91f18a68b64aaed299094688a2e Mon Sep 17 00:00:00 2001 From: benakamoorthi <benaka.moorthi@gmail.com> Date: Sat, 5 Jan 2013 03:05:08 +0000 Subject: [PATCH] Fixing build, again, hopefully. git-svn-id: http://dev.piwik.org/svn/trunk@7737 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- tests/PHPUnit/IntegrationTestCase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php index 9018c11226..1b70007d2a 100755 --- a/tests/PHPUnit/IntegrationTestCase.php +++ b/tests/PHPUnit/IntegrationTestCase.php @@ -573,8 +573,8 @@ abstract class IntegrationTestCase extends PHPUnit_Framework_TestCase public static function getTokenAuth() { return Piwik_UsersManager_API::getInstance()->getTokenAuth( - Zend_Registry::get('config')->superuser['login'], - Zend_Registry::get('config')->superuser['password'] + Piwik_Config::getInstance()->superuser['login'], + Piwik_Config::getInstance()->superuser['password'] ); } -- GitLab