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
path: root/tests
diff options
context:
space:
mode:
authordiosmosis <benaka.moorthi@gmail.com>2013-04-09 04:38:20 +0400
committerdiosmosis <benaka.moorthi@gmail.com>2013-04-09 04:38:20 +0400
commit5dd5e343fca64cfde12e81d3abafd02219a4287d (patch)
treea7af78fffe972c280bf70d88a37e0b32f80c7b37 /tests
parent545c9998b75a38739e761b9157e988cf4aab77bd (diff)
Fixing build.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/PHPUnit/IntegrationTestCase.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php
index b3f25de242..6aa27d6c07 100755
--- a/tests/PHPUnit/IntegrationTestCase.php
+++ b/tests/PHPUnit/IntegrationTestCase.php
@@ -146,6 +146,8 @@ abstract class IntegrationTestCase extends PHPUnit_Framework_TestCase
// Usually these modules either return random changing data, or are already tested in specific unit tests.
self::setApiNotToCall(self::$defaultApiNotToCall);
self::setApiToCall(array());
+
+ FakeAccess::$superUserLogin = 'superUserLogin';
}
public static function tearDownAfterClass()