Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 33... Línea 33...
33
require_once($CFG->dirroot . '/blog/lib.php');
33
require_once($CFG->dirroot . '/blog/lib.php');
Línea 34... Línea 34...
34
 
34
 
35
/**
35
/**
36
 * Test functions that rely on the DB tables
36
 * Test functions that rely on the DB tables
37
 */
37
 */
Línea 38... Línea 38...
38
class lib_test extends \advanced_testcase {
38
final class lib_test extends \advanced_testcase {
39
 
39
 
40
    private $courseid;
40
    private $courseid;
41
    private $cmid;
41
    private $cmid;