Add BOGUS UErrorCode test

This commit is contained in:
stealth35 2012-04-16 13:33:13 +02:00
parent 6f9c05d4f9
commit 5799d25324

View File

@ -22,9 +22,11 @@ class StubIntlTest extends LocaleTestCase
public function codeProvider()
{
return array (
array(-129, '[BOGUS UErrorCode]'),
array(0, 'U_ZERO_ERROR'),
array(1, 'U_ILLEGAL_ARGUMENT_ERROR'),
array(9, 'U_PARSE_ERROR'),
array(129, '[BOGUS UErrorCode]'),
);
}