MediaWiki REL1_32
|
Public Member Functions | |
provideInvalidDependency () | |
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::provideInvalidDependency | ( | ) |
Definition at line 263 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 116 of file VersionCheckerTest.php.
VersionCheckerTest::testInvalidConstraint | ( | ) |
Check, if a non-parsable version constraint does not throw an exception or returns any error message.
Definition at line 228 of file VersionCheckerTest.php.
VersionCheckerTest::testInvalidDependency | ( | $depencency, | |
$type ) |
provideInvalidDependency
Definition at line 310 of file VersionCheckerTest.php.
VersionCheckerTest::testInvalidPhpExtensionConstraint | ( | ) |
Definition at line 319 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.