Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 29... Línea 29...
29
 *
29
 *
30
 * @package    report_questioninstances
30
 * @package    report_questioninstances
31
 * @copyright  2014 Petr Skoda
31
 * @copyright  2014 Petr Skoda
32
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later.
32
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later.
33
 */
33
 */
34
class events_test extends \advanced_testcase {
34
final class events_test extends \advanced_testcase {
Línea 35... Línea 35...
35
 
35
 
36
    /**
36
    /**
37
     * Setup testcase.
37
     * Setup testcase.
38
     */
38
     */
-
 
39
    public function setUp(): void {
39
    public function setUp(): void {
40
        parent::setUp();
40
        $this->setAdminUser();
41
        $this->setAdminUser();
41
        $this->resetAfterTest();
42
        $this->resetAfterTest();
Línea 42... Línea 43...
42
    }
43
    }