MediaWiki  1.27.2
phpunit.php File Reference

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
 

Detailed Description

Bootstrapping for MediaWiki PHPUnit tests.

Definition in file phpunit.php.

Variable Documentation

Definition at line 244 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 252 of file phpunit.php.

const MW_PHPUNIT_TEST true

Definition at line 11 of file phpunit.php.