|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
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... | |
| versionCompliance () | |
| 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... | |
| isActivationPossibleTruthTable () | |
| 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... | |
| isActiveTruthTable () | |
| 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 () | |
| 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.
| ilPluginInfoTest::inactivityReasonTable | ( | ) |
Definition at line 530 of file ilPluginInfoTest.php.
| ilPluginInfoTest::isActivationPossibleTruthTable | ( | ) |
Definition at line 321 of file ilPluginInfoTest.php.
| ilPluginInfoTest::isActiveTruthTable | ( | ) |
Definition at line 405 of file ilPluginInfoTest.php.
|
protected |
Definition at line 29 of file ilPluginInfoTest.php.
References $pluginslot.
| ilPluginInfoTest::testGetClassName | ( | ) |
Definition at line 253 of file ilPluginInfoTest.php.
| ilPluginInfoTest::testGetConfigureClassName | ( | ) |
Definition at line 261 of file ilPluginInfoTest.php.
| ilPluginInfoTest::testGetPath | ( | ) |
Definition at line 245 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 449 of file ilPluginInfoTest.php.
References ILIAS\MetaData\Repository\Validation\Data\__construct(), and ilPluginInfo\getReasonForInactivity().
Here is the call graph for this function:| ilPluginInfoTest::testGetReasonForInactivityThrowsOnActivePlugin | ( | ) |
Definition at line 512 of file ilPluginInfoTest.php.
References ILIAS\MetaData\Repository\Validation\Data\__construct(), and ilPluginInfo\getReasonForInactivity().
Here is the call graph for this function:| ilPluginInfoTest::testGetter | ( | ) |
Definition at line 69 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 272 of file ilPluginInfoTest.php.
References ILIAS\MetaData\Repository\Validation\Data\__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 347 of file ilPluginInfoTest.php.
References ILIAS\MetaData\Repository\Validation\Data\__construct(), and ilPluginInfo\isActive().
Here is the call graph for this function:| ilPluginInfoTest::testIsCompliantToILIAS | ( | Data\Version | $version, |
| bool | $is_compliant | ||
| ) |
versionCompliance
Definition at line 213 of file ilPluginInfoTest.php.
References ilPluginInfo\isCompliantToILIAS().
Here is the call graph for this function:| ilPluginInfoTest::testIsInstalled | ( | ) |
Definition at line 88 of file ilPluginInfoTest.php.
| ilPluginInfoTest::testIsNotInstalled | ( | ) |
Definition at line 93 of file ilPluginInfoTest.php.
References $pluginslot.
| ilPluginInfoTest::testIsVersionOld | ( | ) |
Definition at line 167 of file ilPluginInfoTest.php.
References $pluginslot.
| ilPluginInfoTest::testUpdateIsNotRequired | ( | ) |
Definition at line 116 of file ilPluginInfoTest.php.
| ilPluginInfoTest::testUpdateIsNotRequiredNotInstalled | ( | ) |
Definition at line 121 of file ilPluginInfoTest.php.
References $pluginslot.
| ilPluginInfoTest::testUpdateIsRequired | ( | ) |
Definition at line 144 of file ilPluginInfoTest.php.
References $pluginslot.
| ilPluginInfoTest::versionCompliance | ( | ) |
Definition at line 235 of file ilPluginInfoTest.php.
|
protected |
Definition at line 25 of file ilPluginInfoTest.php.
|
protected |
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().