ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
testGetter () | |
testIsInstalled () | |
testIsNotInstalled () | |
testUpdateIsNotRequired () | |
testUpdateIsNotRequiredNotInstalled () | |
testUpdateIsRequired () | |
testIsVersionOld () | |
testIsCompliantToILIAS (Data\Version $version, bool $is_compliant) | |
versionCompliance More... | |
testGetPath () | |
testGetClassName () | |
testGetConfigureClassName () | |
testIsActivationPossible (bool $is_installed, bool $supports_current_ilias, bool $needs_update, bool $is_version_to_old, bool $is_activation_possible) | |
isActivationPossibleTruthTable More... | |
testIsActive (bool $is_installed, bool $supports_current_ilias, bool $needs_update, bool $is_activated, bool $is_version_to_old, bool $is_activation_possible) | |
isActiveTruthTable More... | |
testGetReasonForInactivity (bool $is_installed, bool $supports_current_ilias, bool $needs_update, bool $is_activated, bool $is_version_to_old, string $inactivity_reason) | |
inactivityReasonTable More... | |
testGetReasonForInactivityThrowsOnActivePlugin () | |
Static Public Member Functions | |
static | versionCompliance () |
static | isActivationPossibleTruthTable () |
static | isActiveTruthTable () |
static | inactivityReasonTable () |
Protected Member Functions | |
setUp () | |
Protected Attributes | |
Data Factory | $data_factory = null |
ilComponentInfo | $component = null |
ilPluginSlotInfo | $pluginslot = null |
ilPluginInfo | $plugin = null |
Definition at line 22 of file ilPluginInfoTest.php.
|
static |
Definition at line 538 of file ilPluginInfoTest.php.
|
static |
Definition at line 329 of file ilPluginInfoTest.php.
|
static |
Definition at line 413 of file ilPluginInfoTest.php.
|
protected |
Definition at line 29 of file ilPluginInfoTest.php.
References $pluginslot.
ilPluginInfoTest::testGetClassName | ( | ) |
Definition at line 261 of file ilPluginInfoTest.php.
ilPluginInfoTest::testGetConfigureClassName | ( | ) |
Definition at line 269 of file ilPluginInfoTest.php.
ilPluginInfoTest::testGetPath | ( | ) |
Definition at line 253 of file ilPluginInfoTest.php.
References ilComponentRepository\PLUGIN_BASE_PATH.
ilPluginInfoTest::testGetReasonForInactivity | ( | bool | $is_installed, |
bool | $supports_current_ilias, | ||
bool | $needs_update, | ||
bool | $is_activated, | ||
bool | $is_version_to_old, | ||
string | $inactivity_reason | ||
) |
inactivityReasonTable
Definition at line 457 of file ilPluginInfoTest.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ilPluginInfo\getReasonForInactivity().
ilPluginInfoTest::testGetReasonForInactivityThrowsOnActivePlugin | ( | ) |
Definition at line 520 of file ilPluginInfoTest.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ilPluginInfo\getReasonForInactivity().
ilPluginInfoTest::testGetter | ( | ) |
Definition at line 70 of file ilPluginInfoTest.php.
ilPluginInfoTest::testIsActivationPossible | ( | bool | $is_installed, |
bool | $supports_current_ilias, | ||
bool | $needs_update, | ||
bool | $is_version_to_old, | ||
bool | $is_activation_possible | ||
) |
isActivationPossibleTruthTable
Definition at line 280 of file ilPluginInfoTest.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ilPluginInfo\isActivationPossible().
ilPluginInfoTest::testIsActive | ( | bool | $is_installed, |
bool | $supports_current_ilias, | ||
bool | $needs_update, | ||
bool | $is_activated, | ||
bool | $is_version_to_old, | ||
bool | $is_activation_possible | ||
) |
isActiveTruthTable
Definition at line 355 of file ilPluginInfoTest.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ilPluginInfo\isActive().
ilPluginInfoTest::testIsCompliantToILIAS | ( | Data\Version | $version, |
bool | $is_compliant | ||
) |
versionCompliance
Definition at line 220 of file ilPluginInfoTest.php.
References ilPluginInfo\isCompliantToILIAS().
ilPluginInfoTest::testIsInstalled | ( | ) |
Definition at line 90 of file ilPluginInfoTest.php.
ilPluginInfoTest::testIsNotInstalled | ( | ) |
Definition at line 95 of file ilPluginInfoTest.php.
References $pluginslot, and null.
ilPluginInfoTest::testIsVersionOld | ( | ) |
Definition at line 172 of file ilPluginInfoTest.php.
References $pluginslot.
ilPluginInfoTest::testUpdateIsNotRequired | ( | ) |
Definition at line 119 of file ilPluginInfoTest.php.
ilPluginInfoTest::testUpdateIsNotRequiredNotInstalled | ( | ) |
Definition at line 124 of file ilPluginInfoTest.php.
References $pluginslot, and null.
ilPluginInfoTest::testUpdateIsRequired | ( | ) |
Definition at line 148 of file ilPluginInfoTest.php.
References $pluginslot.
|
static |
Definition at line 243 of file ilPluginInfoTest.php.
|
protected |
Definition at line 25 of file ilPluginInfoTest.php.
Definition at line 24 of file ilPluginInfoTest.php.
|
protected |
Definition at line 27 of file ilPluginInfoTest.php.
|
protected |
Definition at line 26 of file ilPluginInfoTest.php.
Referenced by setUp(), testIsNotInstalled(), testIsVersionOld(), testUpdateIsNotRequiredNotInstalled(), and testUpdateIsRequired().