MediaWiki  REL1_19
phpunit.php File Reference

Bootstrapping for MediaWiki PHPUnit tests. More...

Go to the source code of this file.

Classes

class  PHPUnitMaintClass

Enumerations

enum  MW_PHPUNIT_TEST

Variables

 $IP = dirname( dirname( dirname( __FILE__ ) ) )
 $maintClass = 'PHPUnitMaintClass'
 if (PHPUnit_Runner_Version::id()!== '@package_version @'&&version_compare(PHPUnit_Runner_Version::id(), '3.5.0', '<'))

Detailed Description

Bootstrapping for MediaWiki PHPUnit tests.

Definition in file phpunit.php.


Enumeration Type Documentation

Definition at line 15 of file phpunit.php.


Variable Documentation

$IP = dirname( dirname( dirname( __FILE__ ) ) )

Definition at line 12 of file phpunit.php.

$maintClass = 'PHPUnitMaintClass'

Definition at line 89 of file phpunit.php.

if(PHPUnit_Runner_Version::id()!== '@package_version @'&&version_compare(PHPUnit_Runner_Version::id(), '3.5.0', '<'))

Definition at line 94 of file phpunit.php.