Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1427481
LanguageTyvTest.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
493 B
Referenced Files
None
Subscribers
None
LanguageTyvTest.php
View Options
<?php
/**
* @group Language
*/
class
LanguageTyvTest
extends
LanguageClassesTestCase
{
/**
* @dataProvider provideGrammar
* @covers \MediaWiki\Language\Language::convertGrammar
*/
public
function
testGrammar
(
$result
,
$word
,
$case
)
{
$this
->
assertEquals
(
$result
,
$this
->
getLang
()->
convertGrammar
(
$word
,
$case
)
);
}
public
static
function
provideGrammar
()
{
yield
'Wikipedia genitive'
=>
[
'Википедияның'
,
'Википедия'
,
'genitive'
,
];
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 14:40 (1 d, 3 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a2/6d/468dbba554f2a85bf7ff1d4c7d6b
Default Alt Text
LanguageTyvTest.php (493 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment