From: Andy McNeice Date: Tue, 10 Oct 2017 00:15:43 +0000 (+0000) Subject: added basic test for UConverter::getDestinationEncoding() X-Git-Tag: php-7.4.0alpha1~995 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d194ceb0c251ae99af3b9137fcb9bed7eed8ac57;p=php added basic test for UConverter::getDestinationEncoding() --- diff --git a/ext/intl/tests/uconverter_getDestinationEncoding.phpt b/ext/intl/tests/uconverter_getDestinationEncoding.phpt new file mode 100644 index 0000000000..0bfe25d2e3 --- /dev/null +++ b/ext/intl/tests/uconverter_getDestinationEncoding.phpt @@ -0,0 +1,14 @@ +--TEST-- +UConverter::getDestinationEncoding() +--CREDITS-- +Andy McNeice - PHP Testfest 2017 +--INI-- +intl.error_level = E_WARNING +--SKIPIF-- + +--FILE-- +getDestinationEncoding()); +--EXPECT-- +string(5) "UTF-7"