Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 31... Línea 31...
31
 * @package tool_recyclebin
31
 * @package tool_recyclebin
32
 * @category test
32
 * @category test
33
 * @copyright 2016 Mark Nelson <markn@moodle.com>
33
 * @copyright 2016 Mark Nelson <markn@moodle.com>
34
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
34
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
35
 */
35
 */
36
class events_test extends \advanced_testcase {
36
final class events_test extends \advanced_testcase {
Línea 37... Línea 37...
37
 
37
 
38
    /**
38
    /**
39
     * Test set up.
39
     * Test set up.
40
     *
40
     *
41
     * This is executed before running any test in this file.
41
     * This is executed before running any test in this file.
42
     */
42
     */
-
 
43
    public function setUp(): void {
43
    public function setUp(): void {
44
        parent::setUp();
Línea 44... Línea 45...
44
        $this->resetAfterTest();
45
        $this->resetAfterTest();
45
 
46
 
46
        // We want the category and course bin to be enabled.
47
        // We want the category and course bin to be enabled.