Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 30... Línea 30...
30
 * @copyright  2017 onwards Ankit Agarwal <ankit.agrr@gmail.com>
30
 * @copyright  2017 onwards Ankit Agarwal <ankit.agrr@gmail.com>
31
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
31
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
32
 */
32
 */
33
class restore_date_test extends \restore_date_testcase {
33
class restore_date_test extends \restore_date_testcase {
Línea 34... Línea 34...
34
 
34
 
35
    public function test_restore_dates() {
35
    public function test_restore_dates(): void {
Línea 36... Línea 36...
36
        global $DB;
36
        global $DB;
37
 
37
 
38
        list($course, $chat) = $this->create_course_and_module('chat');
38
        list($course, $chat) = $this->create_course_and_module('chat');