MediaWiki
REL1_19
|
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', '<')) |
Bootstrapping for MediaWiki PHPUnit tests.
Definition in file phpunit.php.
enum MW_PHPUNIT_TEST |
Definition at line 15 of file phpunit.php.
$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.