芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/www/cepali/analytics/tests/fixtures/db_analytics_php/invalid_time_splitting_fq.php
. /** * Example of an invalid db/analytics.php file content used for unit tests. * * @package core_analytics * @category test * @copyright 2019 David Mudrák
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $models = [ [ 'target' => 'test_target_course_level_shortname', 'indicators' => [ '\core_course\analytics\indicator\no_teacher', ], 'timesplitting' => 'local_customplugin_non_fully_qualified_class_name', ], ];