Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 41... Línea 41...
41
 * @package   core_backup
41
 * @package   core_backup
42
 * @category  test
42
 * @category  test
43
 * @copyright 2012 Frédéric Massart <fred@moodle.com>
43
 * @copyright 2012 Frédéric Massart <fred@moodle.com>
44
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
44
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
45
 */
45
 */
46
class cronhelper_test extends \advanced_testcase {
46
final class cronhelper_test extends \advanced_testcase {
47
    /**
47
    /**
48
     * Test {@link backup_cron_automated_helper::calculate_next_automated_backup}.
48
     * Test {@link backup_cron_automated_helper::calculate_next_automated_backup}.
49
     */
49
     */
50
    public function test_next_automated_backup(): void {
50
    public function test_next_automated_backup(): void {
51
        global $CFG;
51
        global $CFG;