|
MediaWiki
REL1_24
|
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() |
Bootstrapping for MediaWiki PHPUnit tests.
Definition in file phpunit.php.
| enum MW_PHPUNIT_TEST |
Definition at line 11 of file phpunit.php.
Definition at line 198 of file phpunit.php.
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.