Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 27... Línea 27...
27
class myoverview_test extends \advanced_testcase {
27
class myoverview_test extends \advanced_testcase {
Línea 28... Línea 28...
28
 
28
 
29
    /**
29
    /**
30
     * Test getting block configuration
30
     * Test getting block configuration
31
     */
31
     */
32
    public function test_get_block_config_for_external() {
32
    public function test_get_block_config_for_external(): void {
33
        global $PAGE, $CFG, $OUTPUT;
33
        global $PAGE, $CFG, $OUTPUT;
Línea 34... Línea 34...
34
        require_once($CFG->dirroot . '/my/lib.php');
34
        require_once($CFG->dirroot . '/my/lib.php');