Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 61... Línea 61...
61
    /**
61
    /**
62
     * @dataProvider rewrite_step_backup_file_for_legacy_freeze_provider
62
     * @dataProvider rewrite_step_backup_file_for_legacy_freeze_provider
63
     * @param   string  $source     The source file to test
63
     * @param   string  $source     The source file to test
64
     * @param   string  $expected   The expected result of the transformation
64
     * @param   string  $expected   The expected result of the transformation
65
     */
65
     */
66
    public function test_rewrite_step_backup_file_for_legacy_freeze($source, $expected) {
66
    public function test_rewrite_step_backup_file_for_legacy_freeze($source, $expected): void {
67
        $restore = $this->getMockBuilder('\restore_gradebook_structure_step')
67
        $restore = $this->getMockBuilder('\restore_gradebook_structure_step')
68
            ->onlyMethods([])
68
            ->onlyMethods([])
69
            ->disableOriginalConstructor()
69
            ->disableOriginalConstructor()
70
            ->getMock()
70
            ->getMock()
71
            ;
71
            ;