|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ilPluginInfoTest:
Collaboration diagram for ilPluginInfoTest: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 23 of file ilPluginInfoTest.php.
|
static |
Definition at line 539 of file ilPluginInfoTest.php.
|
static |
Definition at line 330 of file ilPluginInfoTest.php.
|
static |
Definition at line 414 of file ilPluginInfoTest.php.
|
protected |
Definition at line 30 of file ilPluginInfoTest.php.
References $pluginslot.
| ilPluginInfoTest::testGetClassName | ( | ) |
Definition at line 262 of file ilPluginInfoTest.php.
| ilPluginInfoTest::testGetConfigureClassName | ( | ) |
Definition at line 270 of file ilPluginInfoTest.php.
| ilPluginInfoTest::testGetPath | ( | ) |
Definition at line 254 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 458 of file ilPluginInfoTest.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ilPluginInfo\getReasonForInactivity().
Here is the call graph for this function:| ilPluginInfoTest::testGetReasonForInactivityThrowsOnActivePlugin | ( | ) |
Definition at line 521 of file ilPluginInfoTest.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ilPluginInfo\getReasonForInactivity().
Here is the call graph for this function:| ilPluginInfoTest::testGetter | ( | ) |
Definition at line 71 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 281 of file ilPluginInfoTest.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ilPluginInfo\isActivationPossible().
Here is the call graph for this function:| 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 356 of file ilPluginInfoTest.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ilPluginInfo\isActive().
Here is the call graph for this function:| ilPluginInfoTest::testIsCompliantToILIAS | ( | Data\Version | $version, |
| bool | $is_compliant | ||
| ) |
versionCompliance
Definition at line 221 of file ilPluginInfoTest.php.
References ilPluginInfo\isCompliantToILIAS().
Here is the call graph for this function:| ilPluginInfoTest::testIsInstalled | ( | ) |
Definition at line 91 of file ilPluginInfoTest.php.
| ilPluginInfoTest::testIsNotInstalled | ( | ) |
Definition at line 96 of file ilPluginInfoTest.php.
References $pluginslot.
| ilPluginInfoTest::testIsVersionOld | ( | ) |
Definition at line 173 of file ilPluginInfoTest.php.
References $pluginslot.
| ilPluginInfoTest::testUpdateIsNotRequired | ( | ) |
Definition at line 120 of file ilPluginInfoTest.php.
| ilPluginInfoTest::testUpdateIsNotRequiredNotInstalled | ( | ) |
Definition at line 125 of file ilPluginInfoTest.php.
References $pluginslot.
| ilPluginInfoTest::testUpdateIsRequired | ( | ) |
Definition at line 149 of file ilPluginInfoTest.php.
References $pluginslot.
|
static |
Definition at line 244 of file ilPluginInfoTest.php.
|
protected |
Definition at line 26 of file ilPluginInfoTest.php.
Definition at line 25 of file ilPluginInfoTest.php.
|
protected |
Definition at line 28 of file ilPluginInfoTest.php.
|
protected |
Definition at line 27 of file ilPluginInfoTest.php.
Referenced by setUp(), testIsNotInstalled(), testIsVersionOld(), testUpdateIsNotRequiredNotInstalled(), and testUpdateIsRequired().