|
MediaWiki
master
|
Bootstrapping for MediaWiki PHPUnit tests. More...
Go to the source code of this file.
Classes | |
| class | PHPUnitMaintClass |
Variables | |
| $maintClass = 'PHPUnitMaintClass' | |
| $wgPhpUnitClass = 'PHPUnit_TextUI_Command' | |
| if(!class_exists( 'PHPUnit_Framework_TestCase')) | if (!class_exists($wgPhpUnitClass)) |
| const | MW_PHPUNIT_TEST true |
Bootstrapping for MediaWiki PHPUnit tests.
Definition in file phpunit.php.
Definition at line 251 of file phpunit.php.
| $wgPhpUnitClass = 'PHPUnit_TextUI_Command' |
Definition at line 13 of file phpunit.php.
Referenced by PHPUnitMaintClass\execute().
| if (!class_exists( 'PHPUnit_Framework_TestCase')) if(!class_exists($wgPhpUnitClass)) |
Definition at line 259 of file phpunit.php.
| const MW_PHPUNIT_TEST true |
Definition at line 11 of file phpunit.php.