. * ------------------------------------------------------------------------- * @copyright Copyright (C) 2006-2022 by Example plugin team. * @license GPLv2 https://www.gnu.org/licenses/gpl-2.0.html * @link https://github.com/pluginsGLPI/example * ------------------------------------------------------------------------- */ // ---------------------------------------------------------------------- // Original Author of file: Walid Nouh // Purpose of file: // ---------------------------------------------------------------------- use GlpiPlugin\Example\RuleTestCollection; include ('../../../inc/includes.php'); $rulecollection = new RuleTestCollection(); include (GLPI_ROOT . "/front/rule.common.php");