|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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) | |
| testGetPath () | |
| testGetClassName () | |
| testGetConfigureClassName () | |
| testIsActivationPossible (bool $is_installed, bool $supports_current_ilias, bool $needs_update, bool $is_version_to_old, bool $is_activation_possible) | |
| testIsActive (bool $is_installed, bool $supports_current_ilias, bool $needs_update, bool $is_activated, bool $is_version_to_old, bool $is_activation_possible) | |
| testGetReasonForInactivity (bool $is_installed, bool $supports_current_ilias, bool $needs_update, bool $is_activated, bool $is_version_to_old, string $inactivity_reason) | |
| 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 530 of file ilPluginInfoTest.php.
References true.
|
static |
Definition at line 325 of file ilPluginInfoTest.php.
|
static |
Definition at line 407 of file ilPluginInfoTest.php.
References true.
|
protected |
Definition at line 29 of file ilPluginInfoTest.php.
References $pluginslot.
| ilPluginInfoTest::testGetClassName | ( | ) |
Definition at line 259 of file ilPluginInfoTest.php.
| ilPluginInfoTest::testGetConfigureClassName | ( | ) |
Definition at line 267 of file ilPluginInfoTest.php.
| ilPluginInfoTest::testGetPath | ( | ) |
Definition at line 251 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 | ||
| ) |
Definition at line 449 of file ilPluginInfoTest.php.
| ilPluginInfoTest::testGetReasonForInactivityThrowsOnActivePlugin | ( | ) |
Definition at line 512 of file ilPluginInfoTest.php.
References XapiProxy\$plugin, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| 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 | ||
| ) |
Definition at line 276 of file ilPluginInfoTest.php.
| ilPluginInfoTest::testIsActive | ( | bool | $is_installed, |
| bool | $supports_current_ilias, | ||
| bool | $needs_update, | ||
| bool | $is_activated, | ||
| bool | $is_version_to_old, | ||
| bool | $is_activation_possible | ||
| ) |
Definition at line 349 of file ilPluginInfoTest.php.
| ilPluginInfoTest::testIsCompliantToILIAS | ( | Data\Version | $version, |
| bool | $is_compliant | ||
| ) |
Definition at line 218 of file ilPluginInfoTest.php.
References $plugin, $version, and ilPluginInfo\isCompliantToILIAS().
Here is the call graph for this function:| ilPluginInfoTest::testIsInstalled | ( | ) |
Definition at line 90 of file ilPluginInfoTest.php.
| ilPluginInfoTest::testIsNotInstalled | ( | ) |
Definition at line 95 of file ilPluginInfoTest.php.
| ilPluginInfoTest::testIsVersionOld | ( | ) |
Definition at line 172 of file ilPluginInfoTest.php.
References $plugin, and ilPluginInfo\isVersionToOld().
Here is the call graph for this function:| ilPluginInfoTest::testUpdateIsNotRequired | ( | ) |
Definition at line 119 of file ilPluginInfoTest.php.
| ilPluginInfoTest::testUpdateIsNotRequiredNotInstalled | ( | ) |
Definition at line 124 of file ilPluginInfoTest.php.
| ilPluginInfoTest::testUpdateIsRequired | ( | ) |
Definition at line 148 of file ilPluginInfoTest.php.
|
static |
Definition at line 241 of file ilPluginInfoTest.php.
References $data_factory.
|
protected |
Definition at line 25 of file ilPluginInfoTest.php.
Definition at line 24 of file ilPluginInfoTest.php.
Referenced by versionCompliance().
|
protected |
Definition at line 27 of file ilPluginInfoTest.php.
Referenced by testIsCompliantToILIAS(), and testIsVersionOld().
|
protected |
Definition at line 26 of file ilPluginInfoTest.php.
Referenced by setUp().