Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 62... Línea 62...
62
        string $format,
62
        string $format,
63
        string $action,
63
        string $action,
64
        array $expected,
64
        array $expected,
65
        bool $expectexception,
65
        bool $expectexception,
66
        bool $assertdebug
66
        bool $assertdebug
67
    ) {
67
    ): void {
Línea 68... Línea 68...
68
 
68
 
Línea 69... Línea 69...
69
        $this->resetAfterTest();
69
        $this->resetAfterTest();
70
 
70
 
Línea 182... Línea 182...
182
     * Test a wrong course id.
182
     * Test a wrong course id.
183
     *
183
     *
184
     * @covers ::execute
184
     * @covers ::execute
185
     *
185
     *
186
     */
186
     */
187
    public function test_execute_wrong_courseid() {
187
    public function test_execute_wrong_courseid(): void {
Línea 188... Línea 188...
188
 
188
 
Línea 189... Línea 189...
189
        $this->resetAfterTest();
189
        $this->resetAfterTest();
190
 
190
 
Línea 204... Línea 204...
204
    /**
204
    /**
205
     * Test target params are passed to the state actions.
205
     * Test target params are passed to the state actions.
206
     *
206
     *
207
     * @covers ::execute
207
     * @covers ::execute
208
     */
208
     */
209
    public function test_execute_target_params() {
209
    public function test_execute_target_params(): void {
Línea 210... Línea 210...
210
 
210
 
Línea 211... Línea 211...
211
        $this->resetAfterTest();
211
        $this->resetAfterTest();
212
 
212