BlackListTest Class Reference
Unit tests for blacklisting/whitelisting languages for a message group.
More...
List of all members.
Detailed Description
Unit tests for blacklisting/whitelisting languages for a message group.
Definition at line 14 of file BlackListTest.php.
Member Function Documentation
BlackListTest::setUp |
( |
|
) |
[protected] |
BlackListTest::tearDown |
( |
|
) |
[protected] |
BlackListTest::testAllBlackList |
( |
|
) |
|
BlackListTest::testAllWhiteList |
( |
|
) |
|
BlackListTest::testNoLanguageConf |
( |
|
) |
|
BlackListTest::testSomeBlackList |
( |
|
) |
|
BlackListTest::testWhiteListOverrideBlackList |
( |
|
) |
|
Member Data Documentation
BlackListTest::$codes [protected] |
BlackListTest::$group [protected] |
BlackListTest::$groupConfiguration [protected] |
Initial value: array(
'BASIC' => array(
'class' => 'FileBasedMessageGroup',
'id' => 'test-id',
'label' => 'Test Label',
'namespace' => 'NS_MEDIAWIKI',
'description' => 'Test description',
),
'FILES' => array(
'class' => 'TestFFS',
),
)
Definition at line 21 of file BlackListTest.php.
The documentation for this class was generated from the following file: