Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 26... Línea 26...
26
namespace tool_monitor\event;
26
namespace tool_monitor\event;
Línea 27... Línea 27...
27
 
27
 
28
/**
28
/**
29
 * Tests that the tool_monitor events are valid and triggered correctly.
29
 * Tests that the tool_monitor events are valid and triggered correctly.
30
 */
30
 */
Línea 31... Línea 31...
31
class events_test extends \advanced_testcase {
31
final class events_test extends \advanced_testcase {
32
 
32
 
33
    /**
33
    /**
34
     * Tests set up.
34
     * Tests set up.
-
 
35
     */
35
     */
36
    public function setUp(): void {
36
    public function setUp(): void {
37
        parent::setUp();
37
        set_config('enablemonitor', 1, 'tool_monitor');
38
        set_config('enablemonitor', 1, 'tool_monitor');
Línea 38... Línea 39...
38
        $this->resetAfterTest();
39
        $this->resetAfterTest();