The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.
Table of Contents
This plugin MUST be installed as a User Interface Plugin.
The files MUST be saved in the following directory:
<ILIAS>/Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/TestCronInterface
Correct file and folder permissions MUST be ensured by the responsible system administrator.
The plugin's files and folder SHOULD NOT be created as root.
After the plugin files have been installed as described above,
please install the composer
dependencies:
cd Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/TestCronInterface
composer install --no-dev
Developers MUST omit the --no-dev
argument.
None
To update the baseline file for Psalm
, you MUST follow these steps:
- Execute:
vendor/bin/psalm -c CI/Psalm/psalm.xml --set-baseline=./CI/Psalm/psalm-baseline.xml
More details are provider here.
None
None
None
See LICENSE file in this repository.