Proyectos de Subversion Moodle

Rev

Rev 11 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 11 Rev 1441
Línea 30... Línea 30...
30
 * @copyright 2021 - present, Blindside Networks Inc
30
 * @copyright 2021 - present, Blindside Networks Inc
31
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
31
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
32
 * @author    Laurent David (laurent@call-learning.fr)
32
 * @author    Laurent David (laurent@call-learning.fr)
33
 * @covers \mod_bigbluebuttonbn\completion\custom_completion
33
 * @covers \mod_bigbluebuttonbn\completion\custom_completion
34
 */
34
 */
35
class completion_test extends \advanced_testcase {
35
final class completion_test extends \advanced_testcase {
36
    use testcase_helper_trait;
36
    use testcase_helper_trait;
Línea 37... Línea 37...
37
 
37
 
38
    /**
38
    /**
39
     * Setup basic
39
     * Setup basic
Línea 278... Línea 278...
278
    /**
278
    /**
279
     * Data generator
279
     * Data generator
280
     *
280
     *
281
     * @return array[]
281
     * @return array[]
282
     */
282
     */
283
    public function custom_completion_data_provider() {
283
    public static function custom_completion_data_provider(): array {
284
        return [
284
        return [
285
            'simple' => [
285
            'simple' => [
286
                'customcompletionrules' => [
286
                'customcompletionrules' => [
287
                    'completionengagementtalks' => 1,
287
                    'completionengagementtalks' => 1,
288
                    'completionengagementchats' => 1,
288
                    'completionengagementchats' => 1,