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
 *
31
 *
32
 * @package    core_notes
32
 * @package    core_notes
33
 * @copyright  2013 Ankit Agarwal
33
 * @copyright  2013 Ankit Agarwal
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
    /** @var  stdClass A note object. */
38
    /** @var  stdClass A note object. */
Línea 39... Línea 39...
39
    private $eventnote;
39
    private $eventnote;
40
 
40
 
Línea 41... Línea 41...
41
    /** @var stdClass A complete record from post table */
41
    /** @var stdClass A complete record from post table */
42
    private $noterecord;
42
    private $noterecord;
-
 
43
 
Línea 43... Línea 44...
43
 
44
    public function setUp(): void {
44
    public function setUp(): void {
45
        global $DB;
Línea 45... Línea 46...
45
        global $DB;
46
        parent::setUp();