Index: trunk/phase3/tests/phpunit/MediaWikiLangTestCase.php |
— | — | @@ -3,7 +3,7 @@ |
4 | 4 | /** |
5 | 5 | * Base class that store and restore the Language objects |
6 | 6 | */ |
7 | | -class MediaWikiLangTestCase extends MediaWikiTestCase { |
| 7 | +abstract class MediaWikiLangTestCase extends MediaWikiTestCase { |
8 | 8 | private static $oldLang; |
9 | 9 | private static $oldContLang; |
10 | 10 | |
Index: trunk/phase3/tests/TestsAutoLoader.php |
— | — | @@ -8,6 +8,7 @@ |
9 | 9 | //PHPUnit |
10 | 10 | 'MediaWikiTestCase' => "$testFolder/phpunit/MediaWikiTestCase.php", |
11 | 11 | 'MediaWikiPHPUnitCommand' => "$testFolder/phpunit/MediaWikiPHPUnitCommand.php", |
| 12 | + 'MediaWikiLangTestCase' => "$testFolder/phpunit/MediaWikiLangTestCase.php", |
12 | 13 | |
13 | 14 | //API |
14 | 15 | 'ApiTestSetup' => "$testFolder/phpunit/includes/api/ApiSetup.php", |