Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 40... Línea 40...
40
    /**
40
    /**
41
     * Test that all popup notifications are cleaned up
41
     * Test that all popup notifications are cleaned up
42
     *
42
     *
43
     * @return void
43
     * @return void
44
     */
44
     */
45
    public function test_cleanup_all_notifications() {
45
    public function test_cleanup_all_notifications(): void {
46
        global $DB;
46
        global $DB;
Línea 47... Línea 47...
47
 
47
 
Línea 48... Línea 48...
48
        $this->resetAfterTest();
48
        $this->resetAfterTest();
Línea 71... Línea 71...
71
    /**
71
    /**
72
     * Test that read popup notifications are cleaned up
72
     * Test that read popup notifications are cleaned up
73
     *
73
     *
74
     * @return void
74
     * @return void
75
     */
75
     */
76
    public function test_cleanup_read_notifications() {
76
    public function test_cleanup_read_notifications(): void {
77
        global $DB;
77
        global $DB;
Línea 78... Línea 78...
78
 
78
 
Línea 79... Línea 79...
79
        $this->resetAfterTest();
79
        $this->resetAfterTest();