19 declare(strict_types=1);
32 $this->assertInstanceOf(LanguageTag::class, $tag);
38 public function testParse(
string $input,
bool $isOk): void
41 $this->expectException(NotOKException::class);
44 $this->assertInstanceOf(LanguageTag::class, $tag);
50 public function testRisky(
string $input,
bool $isOk): void
67 [
'aa-bbb-ccc-ddd',
true],
71 [
'aa-x-1234ab-d',
true],
73 [
'aaa-bbb-ccc',
true],
84 [
'cel-gaulish',
true],
85 [
'cmn-Hans-CN',
true],
91 [
'en-US-x-twain',
true],
102 [
'i-enochian',
true],
119 [
'sl-IT-nedis',
true],
121 [
'sl-rozaj-biske',
true],
124 [
'sr-Latn-QM',
true],
125 [
'sr-Latn-RS',
true],
127 [
'sr-Qaaa-RS',
true],
128 [
'x-111-aaaaa-BBB',
true],
129 [
'x-whatever',
true],
131 [
'zh-Hans-CN',
true],
133 [
'zh-Hant-HK',
true],
135 [
'zh-cmn-Hans-CN',
true],
138 [
'zh-min-nan',
true],
149 public static function risky(): array
151 if (function_exists(
'xdebug_info') && ((
int) ini_get(
'xdebug.max_nesting_level')) < 780) {
152 self::markTestSkipped(sprintf(
153 'You are running under Xdebug. To be able to run all tests xdebug.max_nesting_level must be at least 780 (Currently %d).',
154 (
int) ini_get(
'xdebug.max_nesting_level')
159 [
'aa-bbb-ccc-1111-ccccc-b1b1b',
true],
160 [
'aaa-bbb-ccc-ddd-abcd-123-abc123-0abc-b-01-abc123-x-01ab-abc12',
true],
161 [
'az-Arab-x-AZE-derbend',
true],
162 [
'de-CH-x-phonebk',
true],
163 [
'de-DE-u-co-phonebk',
true],
164 [
'en-US-u-islamcal',
true],
165 [
'en-a-myext-b-another',
true],
166 [
'hy-Latn-IT-arevela',
true],
167 [
'qaa-Qaaa-QM-x-southern',
true],
168 [
'aa-7-123abc-abc-a-12',
true],
169 [
'aa-b1b1b-6a8b-cccccc',
true],
170 [
'zh-CN-a-myext-x-private',
true],
static fromString(string $string)
testRisky(string $input, bool $isOk)
risky
testParse(string $input, bool $isOk)
saveToRun