Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 22... Línea 22...
22
 * @package   core
22
 * @package   core
23
 * @category  test
23
 * @category  test
24
 * @copyright 2019 Brendan Heywood <brendan@catalyst-au.net>
24
 * @copyright 2019 Brendan Heywood <brendan@catalyst-au.net>
25
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26
 */
26
 */
27
class xhprof_test extends \advanced_testcase {
27
final class xhprof_test extends \advanced_testcase {
Línea 28... Línea 28...
28
 
28
 
29
    public static function setUpBeforeClass(): void {
29
    public static function setUpBeforeClass(): void {
30
        global $CFG;
30
        global $CFG;
-
 
31
        require_once($CFG->libdir . '/xhprof/xhprof_moodle.php');
31
        require_once($CFG->libdir . '/xhprof/xhprof_moodle.php');
32
        parent::setUpBeforeClass();
Línea 32... Línea 33...
32
    }
33
    }
33
 
34
 
34
    /**
35
    /**