Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 35... Línea 35...
35
class cron_task_test extends \advanced_testcase {
35
class cron_task_test extends \advanced_testcase {
Línea 36... Línea 36...
36
 
36
 
37
    /**
37
    /**
38
     * Test that the phase is automatically switched after the submissions deadline.
38
     * Test that the phase is automatically switched after the submissions deadline.
39
     */
39
     */
40
    public function test_phase_switching() {
40
    public function test_phase_switching(): void {
Línea 41... Línea 41...
41
        global $DB;
41
        global $DB;
42
 
42