MediaWiki  1.23.2
TestsAutoLoader.php
Go to the documentation of this file.
1 <?php
25 $testDir = __DIR__;
26 
28 
29  # tests
30  'DbTestPreviewer' => "$testDir/testHelpers.inc",
31  'DbTestRecorder' => "$testDir/testHelpers.inc",
32  'DelayedParserTest' => "$testDir/testHelpers.inc",
33  'ParserTestResult' => "$testDir/parser/ParserTestResult.php",
34  'TestFileIterator' => "$testDir/testHelpers.inc",
35  'TestRecorder' => "$testDir/testHelpers.inc",
36  'ITestRecorder' => "$testDir/testHelpers.inc",
37 
38  # tests/phpunit
39  'MediaWikiTestCase' => "$testDir/phpunit/MediaWikiTestCase.php",
40  'MediaWikiPHPUnitCommand' => "$testDir/phpunit/MediaWikiPHPUnitCommand.php",
41  'MediaWikiPHPUnitTestListener' => "$testDir/phpunit/MediaWikiPHPUnitTestListener.php",
42  'MediaWikiLangTestCase' => "$testDir/phpunit/MediaWikiLangTestCase.php",
43  'ResourceLoaderTestCase' => "$testDir/phpunit/ResourceLoaderTestCase.php",
44  'ResourceLoaderTestModule' => "$testDir/phpunit/ResourceLoaderTestCase.php",
45  'ResourceLoaderFileModuleTestModule' => "$testDir/phpunit/ResourceLoaderTestCase.php",
46  'TestUser' => "$testDir/phpunit/includes/TestUser.php",
47  'LessFileCompilationTest' => "$testDir/phpunit/LessFileCompilationTest.php",
48 
49  # tests/phpunit/includes
50  'BlockTest' => "$testDir/phpunit/includes/BlockTest.php",
51  'RevisionStorageTest' => "$testDir/phpunit/includes/RevisionStorageTest.php",
52  'WikiPageTest' => "$testDir/phpunit/includes/WikiPageTest.php",
53 
54  # tests/phpunit/includes/api
55  'ApiFormatTestBase' => "$testDir/phpunit/includes/api/format/ApiFormatTestBase.php",
56  'ApiTestCase' => "$testDir/phpunit/includes/api/ApiTestCase.php",
57  'ApiTestContext' => "$testDir/phpunit/includes/api/ApiTestContext.php",
58  'MockApi' => "$testDir/phpunit/includes/api/MockApi.php",
59  'MockApiQueryBase' => "$testDir/phpunit/includes/api/MockApiQueryBase.php",
60  'UserWrapper' => "$testDir/phpunit/includes/api/UserWrapper.php",
61  'RandomImageGenerator' => "$testDir/phpunit/includes/api/RandomImageGenerator.php",
62 
63  # tests/phpunit/includes/content
64  'DummyContentHandlerForTesting' => "$testDir/phpunit/includes/content/ContentHandlerTest.php",
65  'DummyContentForTesting' => "$testDir/phpunit/includes/content/ContentHandlerTest.php",
66  'ContentHandlerTest' => "$testDir/phpunit/includes/content/ContentHandlerTest.php",
67  'JavaScriptContentTest' => "$testDir/phpunit/includes/content/JavaScriptContentTest.php",
68  'TextContentTest' => "$testDir/phpunit/includes/content/TextContentTest.php",
69  'WikitextContentTest' => "$testDir/phpunit/includes/content/WikitextContentTest.php",
70 
71  # tests/phpunit/includes/db
72  'ORMRowTest' => "$testDir/phpunit/includes/db/ORMRowTest.php",
73  'ORMTableTest' => "$testDir/phpunit/includes/db/ORMTableTest.php",
74  'PageORMTableForTesting' => "$testDir/phpunit/includes/db/ORMTableTest.php",
75  'DatabaseTestHelper' => "$testDir/phpunit/includes/db/DatabaseTestHelper.php",
76 
77  # tests/phpunit/languages
78  'LanguageClassesTestCase' => "$testDir/phpunit/languages/LanguageClassesTestCase.php",
79 
80  # tests/phpunit/includes/libs
81  'GenericArrayObjectTest' => "$testDir/phpunit/includes/libs/GenericArrayObjectTest.php",
82 
83  # tests/phpunit/maintenance
84  'DumpTestCase' => "$testDir/phpunit/maintenance/DumpTestCase.php",
85 
86  # tests/phpunit/media
87  'FakeDimensionFile' => "$testDir/phpunit/includes/media/FakeDimensionFile.php",
88 
89  # tests/phpunit/mocks
90  'MockFSFile' => "$testDir/phpunit/mocks/filebackend/MockFSFile.php",
91  'MockFileBackend' => "$testDir/phpunit/mocks/filebackend/MockFileBackend.php",
92  'MockBitmapHandler' => "$testDir/phpunit/mocks/media/MockBitmapHandler.php",
93  'MockImageHandler' => "$testDir/phpunit/mocks/media/MockImageHandler.php",
94  'MockSvgHandler' => "$testDir/phpunit/mocks/media/MockSvgHandler.php",
95 
96  # tests/parser
97  'NewParserTest' => "$testDir/phpunit/includes/parser/NewParserTest.php",
98  'MediaWikiParserTest' => "$testDir/phpunit/includes/parser/MediaWikiParserTest.php",
99  'ParserTest' => "$testDir/parser/parserTest.inc",
100  'ParserTestParserHook' => "$testDir/parser/parserTestsParserHook.php",
101 
102  # tests/phpunit/includes/site
103  'SiteTest' => "$testDir/phpunit/includes/site/SiteTest.php",
104  'TestSites' => "$testDir/phpunit/includes/site/TestSites.php",
105 );
php
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
Definition: skin.txt:62
content
per default it will return the text for text based content
Definition: contenthandler.txt:107
$testDir
$testDir
Definition: TestsAutoLoader.php:25
$wgAutoloadClasses
global $wgAutoloadClasses
Definition: TestsAutoLoader.php:24
array
the array() calling protocol came about after MediaWiki 1.4rc1.
List of Api Query prop modules.
global
when a variable name is used in a it is silently declared as a new masking the global
Definition: design.txt:93