|
ILIAS
release_8 Revision v8.25-1-g13de6a5eca6
|
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) | |
| @dataProvider 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) | |
| @dataProvider 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) | |
| @dataProvider 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) | |
| @dataProvider 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.
References true.
| ilPluginInfoTest::isActivationPossibleTruthTable | ( | ) |
Definition at line 321 of file ilPluginInfoTest.php.
| ilPluginInfoTest::isActiveTruthTable | ( | ) |
Definition at line 405 of file ilPluginInfoTest.php.
References true.
|
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 | ||
| ) |
@dataProvider inactivityReasonTable
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 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 | ||
| ) |
@dataProvider isActivationPossibleTruthTable
Definition at line 272 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 | ||
| ) |
@dataProvider isActiveTruthTable
Definition at line 347 of file ilPluginInfoTest.php.
| ilPluginInfoTest::testIsCompliantToILIAS | ( | Data\Version | $version, |
| bool | $is_compliant | ||
| ) |
@dataProvider versionCompliance
Definition at line 213 of file ilPluginInfoTest.php.
References $plugin, $version, and 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.
| ilPluginInfoTest::testIsVersionOld | ( | ) |
Definition at line 167 of file ilPluginInfoTest.php.
References $plugin, and ilPluginInfo\isVersionToOld().
Here is the call graph for this function:| ilPluginInfoTest::testUpdateIsNotRequired | ( | ) |
Definition at line 116 of file ilPluginInfoTest.php.
| ilPluginInfoTest::testUpdateIsNotRequiredNotInstalled | ( | ) |
Definition at line 121 of file ilPluginInfoTest.php.
| ilPluginInfoTest::testUpdateIsRequired | ( | ) |
Definition at line 144 of file ilPluginInfoTest.php.
| ilPluginInfoTest::versionCompliance | ( | ) |
Definition at line 235 of file ilPluginInfoTest.php.
References $data_factory, and ILIAS\Data\Factory\version().
Here is the call graph for this function:
|
protected |
Definition at line 25 of file ilPluginInfoTest.php.
|
protected |
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().