Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 53... Línea 53...
53
    }
53
    }
Línea 54... Línea 54...
54
 
54
 
55
    /**
55
    /**
56
     * Tests for the start_document_conversion function.
56
     * Tests for the start_document_conversion function.
57
     */
57
     */
58
    public function test_start_document_conversion() {
58
    public function test_start_document_conversion(): void {
Línea 59... Línea 59...
59
        $this->resetAfterTest();
59
        $this->resetAfterTest();
Línea 60... Línea 60...
60
 
60
 
Línea 93... Línea 93...
93
     *
93
     *
94
     * @dataProvider provider_test_unoconv_path
94
     * @dataProvider provider_test_unoconv_path
95
     * @param   string $path The path to test
95
     * @param   string $path The path to test
96
     * @param   int $status The expected status
96
     * @param   int $status The expected status
97
     */
97
     */
98
    public function test_test_unoconv_path($path, $status) {
98
    public function test_test_unoconv_path($path, $status): void {
99
        global $CFG;
99
        global $CFG;
Línea 100... Línea 100...
100
 
100
 
Línea 101... Línea 101...
101
        $this->resetAfterTest();
101
        $this->resetAfterTest();