Proyectos de Subversion Moodle

Rev

Rev 11 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 11 Rev 1441
Línea 31... Línea 31...
31
 * @package    block_comments
31
 * @package    block_comments
32
 * @category   test
32
 * @category   test
33
 * @copyright  2013 Rajesh Taneja <rajesh@moodle.com>
33
 * @copyright  2013 Rajesh Taneja <rajesh@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 {
37
    /** @var stdClass Keeps course object */
37
    /** @var stdClass Keeps course object */
38
    private $course;
38
    private $course;
Línea 39... Línea 39...
39
 
39
 
40
    /** @var stdClass Keeps wiki object */
40
    /** @var stdClass Keeps wiki object */
Línea 41... Línea 41...
41
    private $wiki;
41
    private $wiki;
42
 
42
 
43
    /**
43
    /**
44
     * Setup test data.
44
     * Setup test data.
-
 
45
     */
45
     */
46
    public function setUp(): void {
46
    public function setUp(): void {
47
        parent::setUp();
Línea 47... Línea 48...
47
        $this->resetAfterTest();
48
        $this->resetAfterTest();
48
        $this->setAdminUser();
49
        $this->setAdminUser();