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:
authorsgiehl <stefan@piwik.org>2016-03-01 06:23:00 +0300
committersgiehl <stefan@piwik.org>2016-03-01 06:23:00 +0300
commitf7543161a020eacffbf664892cdb61c908d98a7b (patch)
tree7ab537080df6fc6f4e176ae67d5799db748a40d1 /tests
parent248a72e9bf5ba30cfaa1cdc69ee46ca2704a374f (diff)
allow umlauts in logins
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Integration/PiwikTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/PHPUnit/Integration/PiwikTest.php b/tests/PHPUnit/Integration/PiwikTest.php
index aad756ee5e..28cb798d75 100644
--- a/tests/PHPUnit/Integration/PiwikTest.php
+++ b/tests/PHPUnit/Integration/PiwikTest.php
@@ -125,6 +125,7 @@ class PiwikTest extends IntegrationTestCase
'aa',
'aaa',
'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
+ 'äÄüÜöÖß',
'shoot_puck@the-goal.com',
);
foreach ($valid as $key => $value) {