From d23e6e2f1f038053c8df76352806b337f9a910ec Mon Sep 17 00:00:00 2001 From: David Grudl Date: Tue, 6 Aug 2024 07:01:57 +0200 Subject: [PATCH] y --- tests/filters/localDate.phpt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/filters/localDate.phpt b/tests/filters/localDate.phpt index b006fae4c..76645a83b 100644 --- a/tests/filters/localDate.phpt +++ b/tests/filters/localDate.phpt @@ -13,6 +13,9 @@ use Tester\Assert; require __DIR__ . '/../bootstrap.php'; +var_dump(INTL_ICU_DATA_VERSION); +var_dump(INTL_ICU_VERSION); + test('datatypes', function () { $filters = new Filters; $filters->locale = 'cs_CZ';