Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 44... Línea 44...
44
    }
44
    }
Línea 45... Línea 45...
45
 
45
 
46
    /**
46
    /**
47
     * Test report downloaded event.
47
     * Test report downloaded event.
48
     */
48
     */
49
    public function test_report_downloaded() {
49
    public function test_report_downloaded(): void {
50
        // There is no proper API to call to generate chapters for a book, so what we are
50
        // There is no proper API to call to generate chapters for a book, so what we are
Línea 51... Línea 51...
51
        // doing here is simply making sure that the events returns the right information.
51
        // doing here is simply making sure that the events returns the right information.
52
 
52
 
Línea 76... Línea 76...
76
    }
76
    }
Línea 77... Línea 77...
77
 
77
 
78
    /**
78
    /**
79
     * Test report viewed event.
79
     * Test report viewed event.
80
     */
80
     */
81
    public function test_report_viewed() {
81
    public function test_report_viewed(): void {
82
        // There is no proper API to call to generate chapters for a book, so what we are
82
        // There is no proper API to call to generate chapters for a book, so what we are
Línea 83... Línea 83...
83
        // doing here is simply making sure that the events returns the right information.
83
        // doing here is simply making sure that the events returns the right information.
84
 
84
 
Línea 106... Línea 106...
106
    }
106
    }
Línea 107... Línea 107...
107
 
107
 
108
    /**
108
    /**
109
     * Test response submitted event.
109
     * Test response submitted event.
110
     */
110
     */
111
    public function test_response_submitted() {
111
    public function test_response_submitted(): void {
112
        // There is no proper API to call to generate chapters for a book, so what we are
112
        // There is no proper API to call to generate chapters for a book, so what we are
Línea 113... Línea 113...
113
        // doing here is simply making sure that the events returns the right information.
113
        // doing here is simply making sure that the events returns the right information.
114
 
114