Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save royopa/eb4687c478aeea4990eb to your computer and use it in GitHub Desktop.
Save royopa/eb4687c478aeea4990eb to your computer and use it in GitHub Desktop.
Test - uconverter_getAvailable_wrongparam_001.phpt
--TEST--
Check the function UConverter::getAvailable with parameter wrong
--SKIPIF--
<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
--FILE--
<?php UConverter::getAvailable("This is an ascii string"); ?>
--EXPECTF--
Warning: UConverter::getAvailable() expects exactly 0 parameters, 1 given in %s on line %d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment