| Línea 32... | 
            Línea 32... | 
          
          
            | 32 | 
             * @package    core_backup
  | 
            32 | 
             * @package    core_backup
  | 
          
          
            | 33 | 
             * @category   test
  | 
            33 | 
             * @category   test
  | 
          
          
            | 34 | 
             * @copyright  2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
  | 
            34 | 
             * @copyright  2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
  | 
          
          
            | 35 | 
             * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  | 
            35 | 
             * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  | 
          
          
            | 36 | 
             */
  | 
            36 | 
             */
  | 
          
          
            | 37 | 
            class task_test extends \advanced_testcase {
  | 
            37 | 
            final class task_test extends \advanced_testcase {
  | 
          
          
            | Línea 38... | 
            Línea 38... | 
          
          
            | 38 | 
             
  | 
            38 | 
             
  | 
          
          
            | 39 | 
                protected $moduleid;  // course_modules id used for testing
  | 
            39 | 
                protected $moduleid;  // course_modules id used for testing
  | 
          
          
            | 40 | 
                protected $sectionid; // course_sections id used for testing
  | 
            40 | 
                protected $sectionid; // course_sections id used for testing
  | 
          
          
            | 41 | 
                protected $courseid;  // course id used for testing
  | 
            41 | 
                protected $courseid;  // course id used for testing
  |