Public Member Functions | |
testFlattenPluralWithNoPlurals () | |
testFlattenPluralWithPlurals () | |
testFlattenPluralWithArrays () | |
testFlattenPluralsWithMixedKeywords ($input, $comment) | |
MWException Reserved plural keywords mixed with other keys flattenPluralsWithMixedKeywordsProvider | |
flattenPluralsWithMixedKeywordsProvider () | |
testUnflattenPural ($key, $value, $result) | |
unflattenDataProvider | |
unflattenDataProvider () | |
Protected Attributes | |
$group | |
$groupConfiguration |
Definition at line 3 of file RubyYamlFFSTest.php.
RubyYamlFFSTest::flattenPluralsWithMixedKeywordsProvider | ( | ) |
Definition at line 73 of file RubyYamlFFSTest.php.
RubyYamlFFSTest::testFlattenPluralsWithMixedKeywords | ( | $ | input, | |
$ | comment | |||
) |
MWException Reserved plural keywords mixed with other keys flattenPluralsWithMixedKeywordsProvider
Definition at line 69 of file RubyYamlFFSTest.php.
RubyYamlFFSTest::testFlattenPluralWithArrays | ( | ) |
Definition at line 48 of file RubyYamlFFSTest.php.
RubyYamlFFSTest::testFlattenPluralWithNoPlurals | ( | ) |
Definition at line 29 of file RubyYamlFFSTest.php.
RubyYamlFFSTest::testFlattenPluralWithPlurals | ( | ) |
Definition at line 38 of file RubyYamlFFSTest.php.
RubyYamlFFSTest::testUnflattenPural | ( | $ | key, | |
$ | value, | |||
$ | result | |||
) |
unflattenDataProvider
Definition at line 95 of file RubyYamlFFSTest.php.
RubyYamlFFSTest::unflattenDataProvider | ( | ) |
Definition at line 102 of file RubyYamlFFSTest.php.
RubyYamlFFSTest::$group [protected] |
Definition at line 7 of file RubyYamlFFSTest.php.
RubyYamlFFSTest::$groupConfiguration [protected] |
array( 'BASIC' => array( 'class' => 'FileBasedMessageGroup', 'id' => 'test-id', 'label' => 'Test Label', 'namespace' => 'NS_MEDIAWIKI', 'description' => 'Test description', ), 'FILES' => array( 'class' => 'RubyYamlFFS', ), )
Definition at line 9 of file RubyYamlFFSTest.php.