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:
authorThomas Steur <tsteur@users.noreply.github.com>2020-08-11 01:39:06 +0300
committerGitHub <noreply@github.com>2020-08-11 01:39:06 +0300
commitb09093780b6a906a0522bda2a8137ca280ab3f65 (patch)
treedb5733daafaa9c6ef29b1c65af835f8ae9844f6b /tests/PHPUnit/Framework
parentfc08d43ed00315180cdc2907a35086add7a04ad2 (diff)
Only allow widgetize and token usage for view users (#16263)
Diffstat (limited to 'tests/PHPUnit/Framework')
-rw-r--r--tests/PHPUnit/Framework/Fixture.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/PHPUnit/Framework/Fixture.php b/tests/PHPUnit/Framework/Fixture.php
index 2a7cadaf95..97258b3550 100644
--- a/tests/PHPUnit/Framework/Fixture.php
+++ b/tests/PHPUnit/Framework/Fixture.php
@@ -83,6 +83,10 @@ class Fixture extends \PHPUnit\Framework\Assert
const ADMIN_USER_PASSWORD = 'superUserPass';
const ADMIN_USER_TOKEN = 'c4ca4238a0b923820dcc509a6f75849b';
+ const VIEW_USER_LOGIN = 'viewUserLogin';
+ const VIEW_USER_PASSWORD = 'viewUserPass';
+ const VIEW_USER_TOKEN = 'a4ca4238a0b923820dcc509a6f75849f';
+
const PERSIST_FIXTURE_DATA_ENV = 'PERSIST_FIXTURE_DATA';
public $dbName = false;