Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 122... Línea 122...
122
    }
122
    }
Línea 123... Línea 123...
123
 
123
 
124
    /**
124
    /**
125
     * Testcase to check exportvalue
125
     * Testcase to check exportvalue
126
     */
126
     */
127
    public function test_exportvalue() {
127
    public function test_exportvalue(): void {
128
        global $USER;
128
        global $USER;
Línea 129... Línea 129...
129
        $testvals = $this->testvals;
129
        $testvals = $this->testvals;
130
 
130
 
Línea 144... Línea 144...
144
    }
144
    }
Línea 145... Línea 145...
145
 
145
 
146
    /**
146
    /**
147
     * Testcase to check onQuickformEvent
147
     * Testcase to check onQuickformEvent
148
     */
148
     */
149
    public function test_onquickformevent() {
149
    public function test_onquickformevent(): void {
150
        global $USER;
150
        global $USER;
151
        $testvals = $this->testvals;
151
        $testvals = $this->testvals;
152
        // Get dummy form for data.
152
        // Get dummy form for data.