Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 34... Línea 34...
34
 * @package    core_backup
34
 * @package    core_backup
35
 * @category   test
35
 * @category   test
36
 * @copyright  2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
36
 * @copyright  2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.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 checks_test extends \advanced_testcase {
39
final class checks_test extends \advanced_testcase {
Línea 40... Línea 40...
40
 
40
 
41
    protected $moduleid;  // course_modules id used for testing
41
    protected $moduleid;  // course_modules id used for testing
42
    protected $sectionid; // course_sections id used for testing
42
    protected $sectionid; // course_sections id used for testing
43
    protected $courseid;  // course id used for testing
43
    protected $courseid;  // course id used for testing