Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 23... Línea 23...
23
 * @category   test
23
 * @category   test
24
 * @copyright  2015 University of Nottingham <www.nottingham.ac.uk>
24
 * @copyright  2015 University of Nottingham <www.nottingham.ac.uk>
25
 * @author     Barry Oosthuizen <barry.oosthuizen@nottingham.ac.uk>
25
 * @author     Barry Oosthuizen <barry.oosthuizen@nottingham.ac.uk>
26
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
27
 */
27
 */
28
class online_users_test extends \advanced_testcase {
28
final class online_users_test extends \advanced_testcase {
Línea 29... Línea 29...
29
 
29
 
Línea 30... Línea 30...
30
    protected $data;
30
    protected $data;
31
 
31
 
32
    /**
32
    /**
33
     * Tests initial setup.
33
     * Tests initial setup.
34
     *
34
     *
35
     * Prepare the site with some courses, groups, users and
35
     * Prepare the site with some courses, groups, users and
36
     * simulate various recent accesses.
36
     * simulate various recent accesses.
-
 
37
     */
Línea 37... Línea 38...
37
     */
38
    protected function setUp(): void {
38
    protected function setUp(): void {
39
        parent::setUp();
39
 
40