ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
config-sanitycheck.php
Go to the documentation of this file.
1<?php
2/*
3 * The configuration of SimpleSAMLphp sanitycheck package
4 */
5
6$config = array (
7
8 /*
9 * Do you want to generate statistics using the cron module? If so, specify which cron tag to use.
10 * Examples: daily, weekly
11 * To not run statistics in cron, set value to
12 * 'cron_tag' => null,
13 */
14 'cron_tag' => 'hourly',
15
16);
An exception for terminatinating execution or to throw for unit testing.