Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 35... Línea 35...
35
 *
35
 *
36
 * @copyright  2018 Shamim Rezaie <shamim@moodle.com>
36
 * @copyright  2018 Shamim Rezaie <shamim@moodle.com>
37
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
37
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
38
 */
38
 */
39
class locallib_test extends \advanced_testcase {
39
class locallib_test extends \advanced_testcase {
40
    public function test_forum_update_calendar() {
40
    public function test_forum_update_calendar(): void {
41
        global $DB;
41
        global $DB;
Línea 42... Línea 42...
42
 
42
 
Línea 43... Línea 43...
43
        $this->resetAfterTest();
43
        $this->resetAfterTest();