From 5dd5e343fca64cfde12e81d3abafd02219a4287d Mon Sep 17 00:00:00 2001 From: diosmosis <benaka.moorthi@gmail.com> Date: Tue, 9 Apr 2013 00:38:20 +0000 Subject: [PATCH] Fixing build. --- tests/PHPUnit/IntegrationTestCase.php | 2 ++ 1 file changed, 2 insertions(+) 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() -- GitLab