Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4145169
IuConverterTest.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
709 B
Referenced Files
None
Subscribers
None
IuConverterTest.php
View Options
<?php
/**
* @group Language
* @covers \IuConverter
*/
class
IuConverterTest
extends
MediaWikiIntegrationTestCase
{
use
LanguageConverterTestTrait
;
/**
* @dataProvider provideAutoConvertToAllVariants
*/
public
function
testAutoConvertToAllVariants
(
$result
,
$value
)
{
$this
->
assertEquals
(
$result
,
$this
->
getLanguageConverter
()->
autoConvertToAllVariants
(
$value
)
);
}
public
static
function
provideAutoConvertToAllVariants
()
{
return
[
// ike-cans
[
[
'ike-cans'
=>
'ᐴ'
,
'ike-latn'
=>
'PUU'
,
'iu'
=>
'PUU'
,
],
'PUU'
],
// ike-latn
[
[
'ike-cans'
=>
'ᐴ'
,
'ike-latn'
=>
'puu'
,
'iu'
=>
'ᐴ'
,
],
'ᐴ'
],
];
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Aug 19 2026, 17:32 (5 w, 8 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e2/6f/6f705113dbcd369e06b6b5982f5d
Default Alt Text
IuConverterTest.php (709 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment