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:
authordiosmosis <diosmosis@users.noreply.github.com>2019-01-22 07:09:51 +0300
committerGitHub <noreply@github.com>2019-01-22 07:09:51 +0300
commit2d6c8e597d110e2664a866cf667c2ea6e2cc2909 (patch)
treeaefa35073856ede2d1661eff0ba1f13f3b713ee3 /tests/PHPUnit/Unit
parentdc740d2caea6995a3b52bc90f3d32af1d6ff985b (diff)
Fix build (#13987)
* Updating expected test files. * Update submodule. * Fix unit test. * Update expected screenshots. * Update more expected files.
Diffstat (limited to 'tests/PHPUnit/Unit')
-rw-r--r--tests/PHPUnit/Unit/DateTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Unit/DateTest.php b/tests/PHPUnit/Unit/DateTest.php
index 570be11f74..3e27f0c8a3 100644
--- a/tests/PHPUnit/Unit/DateTest.php
+++ b/tests/PHPUnit/Unit/DateTest.php
@@ -380,7 +380,7 @@ class DateTest extends \PHPUnit_Framework_TestCase
array('en', false, '2000-01-01 16:05:52', '16:05:52'),
array('de', false, '2000-01-01 16:05:52', '16:05:52'),
array('en', true, '2000-01-01 16:05:52', '4:05:52 PM'),
- array('de', true, '2000-01-01 04:05:52', '4:05:52 vorm.'),
+ array('de', true, '2000-01-01 04:05:52', '4:05:52 AM'),
array('zh-tw', true, '2000-01-01 04:05:52', '上午4:05:52'),
array('lt', true, '2000-01-01 16:05:52', '04:05:52 popiet'),
array('ar', true, '2000-01-01 04:05:52', '4:05:52 ص'),