MediaWiki  REL1_19
TestsAutoLoader.php File Reference

Go to the source code of this file.

Variables

 $testFolder = dirname( __FILE__ )
global $wgAutoloadClasses

Variable Documentation

$testFolder = dirname( __FILE__ )

Definition at line 4 of file TestsAutoLoader.php.

$wgAutoloadClasses
Initial value:
 array(

        
        'MediaWikiTestCase' => "$testFolder/phpunit/MediaWikiTestCase.php",
        'MediaWikiPHPUnitCommand' => "$testFolder/phpunit/MediaWikiPHPUnitCommand.php",
        'MediaWikiLangTestCase' => "$testFolder/phpunit/MediaWikiLangTestCase.php",

        
        'BlockTest' => "$testFolder/phpunit/includes/BlockTest.php",

        
        'ApiFormatTestBase' => "$testFolder/phpunit/includes/api/format/ApiFormatTestBase.php",
        'ApiTestCase' => "$testFolder/phpunit/includes/api/ApiTestCase.php",
        'ApiTestUser' => "$testFolder/phpunit/includes/api/ApiTestUser.php",
        'MockApi' => "$testFolder/phpunit/includes/api/ApiTestCase.php",
        'RandomImageGenerator' => "$testFolder/phpunit/includes/api/RandomImageGenerator.php",
        'UserWrapper' => "$testFolder/phpunit/includes/api/ApiTestCase.php",

        
        'SeleniumTestConstants' => "$testFolder/selenium/SeleniumTestConstants.php",

        
        'MediaWikiProvide' => "$testFolder/phpunit/includes/Providers.php",
)

Definition at line 3 of file TestsAutoLoader.php.