MediaWiki REL1_33
|
Public Member Functions | |
provideInvalidAbilityType () | |
provideInvalidDependency () | |
testInvalidAbilityType ( $value) | |
provideInvalidAbilityType | |
testInvalidConstraint () | |
Check, if a non-parsable version constraint does not throw an exception or returns any error message. | |
testInvalidDependency ( $depencency, $type) | |
provideInvalidDependency | |
testInvalidPhpExtensionConstraint () | |
testMediaWikiCheck ( $coreVersion, $constraint, $expected) | |
provideMediaWikiCheck | |
testPhpInvalidConstraint () | |
UnexpectedValueException. | |
testPhpInvalidVersion ( $phpVersion) | |
providePhpInvalidVersion UnexpectedValueException | |
testPhpValidCheck ( $phpVersion, $constraint, $expected) | |
providePhpValidCheck | |
testType ( $given, $expected) | |
provideType | |
Static Public Member Functions | |
static | provideMediaWikiCheck () |
static | providePhpInvalidVersion () |
static | providePhpValidCheck () |
static | provideType () |
Definition at line 6 of file VersionCheckerTest.php.
VersionCheckerTest::provideInvalidAbilityType | ( | ) |
Definition at line 471 of file VersionCheckerTest.php.
References null.
VersionCheckerTest::provideInvalidDependency | ( | ) |
Definition at line 354 of file VersionCheckerTest.php.
|
static |
Definition at line 23 of file VersionCheckerTest.php.
|
static |
Definition at line 92 of file VersionCheckerTest.php.
|
static |
Definition at line 61 of file VersionCheckerTest.php.
|
static |
Definition at line 130 of file VersionCheckerTest.php.
VersionCheckerTest::testInvalidAbilityType | ( | $value | ) |
VersionCheckerTest::testInvalidConstraint | ( | ) |
Check, if a non-parsable version constraint does not throw an exception or returns any error message.
Definition at line 319 of file VersionCheckerTest.php.
VersionCheckerTest::testInvalidDependency | ( | $depencency, | |
$type | |||
) |
provideInvalidDependency
Definition at line 421 of file VersionCheckerTest.php.
VersionCheckerTest::testInvalidPhpExtensionConstraint | ( | ) |
Definition at line 438 of file VersionCheckerTest.php.
VersionCheckerTest::testMediaWikiCheck | ( | $coreVersion, | |
$constraint, | |||
$expected | |||
) |
provideMediaWikiCheck
Definition at line 14 of file VersionCheckerTest.php.
VersionCheckerTest::testPhpInvalidConstraint | ( | ) |
UnexpectedValueException.
Definition at line 73 of file VersionCheckerTest.php.
VersionCheckerTest::testPhpInvalidVersion | ( | $phpVersion | ) |
providePhpInvalidVersion UnexpectedValueException
Definition at line 88 of file VersionCheckerTest.php.
VersionCheckerTest::testPhpValidCheck | ( | $phpVersion, | |
$constraint, | |||
$expected | |||
) |
providePhpValidCheck
Definition at line 50 of file VersionCheckerTest.php.
VersionCheckerTest::testType | ( | $given, | |
$expected | |||
) |
provideType
Definition at line 103 of file VersionCheckerTest.php.