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:
Diffstat (limited to 'tests/PHPUnit/Framework/Fixture.php')
-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;