Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 28... Línea 28...
28
 * @copyright 2013 The Open University
28
 * @copyright 2013 The Open University
29
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
29
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
30
 */
30
 */
31
class mbz_packer_test extends \advanced_testcase {
31
class mbz_packer_test extends \advanced_testcase {
Línea 32... Línea 32...
32
 
32
 
33
    public function test_archive_with_both_options() {
33
    public function test_archive_with_both_options(): void {
34
        global $CFG;
34
        global $CFG;
Línea 35... Línea 35...
35
        $this->resetAfterTest();
35
        $this->resetAfterTest();
36
 
36
 
Línea 97... Línea 97...
97
    }
97
    }
Línea 98... Línea 98...
98
 
98
 
99
    /**
99
    /**
100
     * @dataProvider usezipbackups_provider
100
     * @dataProvider usezipbackups_provider
101
     */
101
     */
102
    public function test_extract_to_pathname_returnvalue_successful($usezipbackups) {
102
    public function test_extract_to_pathname_returnvalue_successful($usezipbackups): void {
103
        global $CFG;
103
        global $CFG;
Línea 104... Línea 104...
104
        $this->resetAfterTest();
104
        $this->resetAfterTest();
Línea 120... Línea 120...
120
    }
120
    }
Línea 121... Línea 121...
121
 
121
 
122
    /**
122
    /**
123
     * @dataProvider usezipbackups_provider
123
     * @dataProvider usezipbackups_provider
124
     */
124
     */
125
    public function test_extract_to_pathname_returnvalue_failure($usezipbackups) {
125
    public function test_extract_to_pathname_returnvalue_failure($usezipbackups): void {
126
        global $CFG;
126
        global $CFG;
Línea 127... Línea 127...
127
        $this->resetAfterTest();
127
        $this->resetAfterTest();