Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 54... Línea 54...
54
    }
54
    }
Línea 55... Línea 55...
55
 
55
 
56
    /**
56
    /**
57
     * test_get_trusted_h5p_file description
57
     * test_get_trusted_h5p_file description
58
     */
58
     */
59
    public function test_get_trusted_h5p_file() {
59
    public function test_get_trusted_h5p_file(): void {
60
        $this->resetAfterTest(true);
60
        $this->resetAfterTest(true);
Línea 61... Línea 61...
61
        $this->setAdminUser();
61
        $this->setAdminUser();
62
 
62
 
Línea 99... Línea 99...
99
    }
99
    }
Línea 100... Línea 100...
100
 
100
 
101
    /**
101
    /**
102
     * test_h5p_invalid_url description
102
     * test_h5p_invalid_url description
103
     */
103
     */
104
    public function test_h5p_invalid_url() {
104
    public function test_h5p_invalid_url(): void {
105
        $this->resetAfterTest();
105
        $this->resetAfterTest();
Línea 106... Línea 106...
106
        $this->setAdminUser();
106
        $this->setAdminUser();
107
 
107
 
Línea 129... Línea 129...
129
    }
129
    }
Línea 130... Línea 130...
130
 
130
 
131
    /**
131
    /**
132
     * test_h5p_file_not_found description
132
     * test_h5p_file_not_found description
133
     */
133
     */
134
    public function test_h5p_file_not_found() {
134
    public function test_h5p_file_not_found(): void {
135
        $this->resetAfterTest();
135
        $this->resetAfterTest();
Línea 136... Línea 136...
136
        $this->setAdminUser();
136
        $this->setAdminUser();
137
 
137
 
Línea 158... Línea 158...
158
 
158
 
159
    /**
159
    /**
160
     * Test the request to get_trusted_h5p_file
160
     * Test the request to get_trusted_h5p_file
161
     * using webservice/pluginfile.php as url param.
161
     * using webservice/pluginfile.php as url param.
162
     */
162
     */
163
    public function test_allow_webservice_pluginfile_in_url_param() {
163
    public function test_allow_webservice_pluginfile_in_url_param(): void {
164
        $this->resetAfterTest(true);
164
        $this->resetAfterTest(true);
Línea 165... Línea 165...
165
        $this->setAdminUser();
165
        $this->setAdminUser();
166
 
166
 
Línea 200... Línea 200...
200
 
200
 
201
    /**
201
    /**
202
     * Test the request to get_trusted_h5p_file
202
     * Test the request to get_trusted_h5p_file
203
     * using tokenpluginfile.php as url param.
203
     * using tokenpluginfile.php as url param.
204
     */
204
     */
205
    public function test_allow_tokenluginfile_in_url_param() {
205
    public function test_allow_tokenluginfile_in_url_param(): void {
206
        $this->resetAfterTest(true);
206
        $this->resetAfterTest(true);
Línea 207... Línea 207...
207
        $this->setAdminUser();
207
        $this->setAdminUser();
208
 
208