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-11-04 23:52:52 +0300
committerGitHub <noreply@github.com>2020-11-04 23:52:52 +0300
commitafae5efcc1a81663cdd84da2fb5e0981743d88f4 (patch)
treeaf731dc88b58d88f490c5346cbd7abcc7cec4276 /plugins/Diagnostics
parent88d9b6f528f285936dd5a7b79e09dc8fa4dfb109 (diff)
Add timezone version to php informational system check output (#16660)
Diffstat (limited to 'plugins/Diagnostics')
-rw-r--r--plugins/Diagnostics/Diagnostic/PhpInformational.php1
-rw-r--r--plugins/Diagnostics/tests/UI/expected-screenshots/Diagnostics_page.png4
2 files changed, 3 insertions, 2 deletions
diff --git a/plugins/Diagnostics/Diagnostic/PhpInformational.php b/plugins/Diagnostics/Diagnostic/PhpInformational.php
index e7cc23931e..a50663e9c2 100644
--- a/plugins/Diagnostics/Diagnostic/PhpInformational.php
+++ b/plugins/Diagnostics/Diagnostic/PhpInformational.php
@@ -49,6 +49,7 @@ class PhpInformational implements Diagnostic
'value' => $binary,
);
}
+ $results[] = DiagnosticResult::informationalResult('Timezone Version', timezone_version_get());
}
$results[] = DiagnosticResult::informationalResult('PHP Timezone', date_default_timezone_get());
$results[] = DiagnosticResult::informationalResult('PHP Time', time());
diff --git a/plugins/Diagnostics/tests/UI/expected-screenshots/Diagnostics_page.png b/plugins/Diagnostics/tests/UI/expected-screenshots/Diagnostics_page.png
index 8bfcb516df..5b179cb8d9 100644
--- a/plugins/Diagnostics/tests/UI/expected-screenshots/Diagnostics_page.png
+++ b/plugins/Diagnostics/tests/UI/expected-screenshots/Diagnostics_page.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e02aaa3d918fb19ef242030fd7888b4122713be93ea4253d29859ff554a32cde
-size 374529
+oid sha256:1a593072ea25d3f3e04c1fe1e7cec86bc8b7089186029c3ba9dc6675bd74bb81
+size 381538