Bug Report
phpunit error in mac.
Summary
- LaminasTest\Diactoros\UriTest::testUtf8Uri
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'ουτοπία.δπθ.gr'
+'ο�_�_ο�_ία.δ�_θ.gr'
Current behavior
$uri = new Uri('http://ουτοπία.δπθ.gr/');
$uri->getHost() The output is ο�_�_ο�_ία.δ�_θ.gr
How to reproduce
$uri = new Uri('http://ουτοπία.δπθ.gr/');
$uri->getHost()
Run on Mac.
Expected behavior
$uri = new Uri('http://ουτοπία.δπθ.gr/');
$uri->getHost() expecting ουτοπία.δπθ.gr
Bug Report
phpunit error in mac.
Summary
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'ουτοπία.δπθ.gr'
+'ο�_�_ο�_ία.δ�_θ.gr'
Current behavior
How to reproduce
Run on Mac.
Expected behavior