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>2014-02-05 07:21:39 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-05 07:21:39 +0400
commit01435accf6e0585f34d2dab27e925a89372f57d8 (patch)
tree678ad186eb31aa55ee82906b6feb8bfc3fd5704c
parent51892f733341f20a433308d41646c72a0005b23e (diff)
Fixing UI tests?
m---------tests/PHPUnit/UI0
-rw-r--r--tests/PHPUnit/UITest.php2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/UI b/tests/PHPUnit/UI
-Subproject 31b989f00418209cb8f398d55788ba5eead2893
+Subproject d1be09d103946fb7edb0f3405c85c7ca4fc1ff2
diff --git a/tests/PHPUnit/UITest.php b/tests/PHPUnit/UITest.php
index ae38421f86..df8d96353f 100644
--- a/tests/PHPUnit/UITest.php
+++ b/tests/PHPUnit/UITest.php
@@ -50,7 +50,7 @@ abstract class UITest extends IntegrationTestCase
parent::setUpBeforeClass();
DbHelper::createAnonymousUser();
- UsersManagerApi::getInstance()->addUser('superUserLogin', 'testtest', 'hello2@example.org');
+ //UsersManagerApi::getInstance()->addUser('superUserLogin', 'testtest', 'hello2@example.org');
UsersManagerApi::getInstance()->setSuperUserAccess('superUserLogin', true);
AssetManager::getInstance()->removeMergedAssets();