Skip to content

ILIAS-eLearning/TestCronInterface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestCronInterface

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

Requirements

  • PHP: Minimum PHP Version Maximum PHP Version
  • ILIAS: Minimum ILIAS Version Maximum ILIAS Version

Installation

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.

Composer

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.

Configuration

None

To update the baseline file for Psalm, you MUST follow these steps:

  1. Execute:
vendor/bin/psalm -c CI/Psalm/psalm.xml --set-baseline=./CI/Psalm/psalm-baseline.xml

More details are provider here.

Other information

None

Correlations

None

Bugs

None

License

See LICENSE file in this repository.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages