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    mod_resource
30
 * @package    mod_resource
31
 * @copyright  2014 Rajesh Taneja <rajesh@moodle.com>
31
 * @copyright  2014 Rajesh Taneja <rajesh@moodle.com>
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 is called before calling test case.
37
     * Setup is called before calling test case.
38
     */
38
     */
-
 
39
    public function setUp(): void {
39
    public function setUp(): void {
40
        parent::setUp();
Línea 40... Línea 41...
40
        $this->resetAfterTest();
41
        $this->resetAfterTest();
41
 
42
 
42
        // Must be a non-guest user to create resources.
43
        // Must be a non-guest user to create resources.