MediaWiki  REL1_24
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

 $maintClass = 'PHPUnitMaintClass'
if(version_compare(PHP_VERSION, '5.4.0', '<')) $ok = false
foreach(array(stream_resolve_include_path(
'phpunit.phar'),'PHPUnit/Runner/Version.php','PHPUnit/Autoload.php')
as $includePath) if(!$ok) 
$puVersion = PHPUnit_Runner_Version::id()

Detailed Description

Bootstrapping for MediaWiki PHPUnit tests.

Definition in file phpunit.php.


Enumeration Type Documentation

Definition at line 11 of file phpunit.php.


Variable Documentation

Definition at line 198 of file phpunit.php.

if (version_compare(PHP_VERSION, '5.4.0', '<')) $ok = false

Definition at line 210 of file phpunit.php.

foreach (array(stream_resolve_include_path( 'phpunit.phar'),'PHPUnit/Runner/Version.php','PHPUnit/Autoload.php') as $includePath) if (!$ok) $puVersion = PHPUnit_Runner_Version::id()

Definition at line 228 of file phpunit.php.