Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 134... Línea 134...
134
    }
134
    }
Línea 135... Línea 135...
135
 
135
 
136
    /**
136
    /**
137
     * Testcase to check exportvalue
137
     * Testcase to check exportvalue
138
     */
138
     */
139
    public function test_exportvalue() {
139
    public function test_exportvalue(): void {
140
        global $USER;
140
        global $USER;
Línea 141... Línea 141...
141
        $testvals = $this->testvals;
141
        $testvals = $this->testvals;
142
 
142
 
Línea 156... Línea 156...
156
    }
156
    }
Línea 157... Línea 157...
157
 
157
 
158
    /**
158
    /**
159
     * Testcase to check onQuickformEvent
159
     * Testcase to check onQuickformEvent
160
     */
160
     */
161
    public function test_onquickformevent() {
161
    public function test_onquickformevent(): void {
162
        global $USER;
162
        global $USER;
163
        $testvals = $this->testvals;
163
        $testvals = $this->testvals;
164
        // Get dummy form for data.
164
        // Get dummy form for data.