Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 30... Línea 30...
30
     * Test affecting factors
30
     * Test affecting factors
31
     *
31
     *
32
     * @covers ::get_affecting_factors
32
     * @covers ::get_affecting_factors
33
     * @return void
33
     * @return void
34
     */
34
     */
35
    public function test_affecting_factors() {
35
    public function test_affecting_factors(): void {
36
        $this->resetAfterTest(true);
36
        $this->resetAfterTest(true);
37
        $user = $this->getDataGenerator()->create_user();
37
        $user = $this->getDataGenerator()->create_user();
38
        $this->setUser($user);
38
        $this->setUser($user);
Línea 39... Línea 39...
39
 
39