Proyectos de Subversion Moodle

Rev

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

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