| Línea 39... |
Línea 39... |
| 39 |
* @package core_backup
|
39 |
* @package core_backup
|
| 40 |
* @category test
|
40 |
* @category test
|
| 41 |
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
|
41 |
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
|
| 42 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
42 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
| 43 |
*/
|
43 |
*/
|
| 44 |
class backup_dbops_test extends \advanced_testcase {
|
44 |
final class backup_dbops_test extends \advanced_testcase {
|
| Línea 45... |
Línea 45... |
| 45 |
|
45 |
|
| 46 |
protected $moduleid; // course_modules id used for testing
|
46 |
protected $moduleid; // course_modules id used for testing
|
| 47 |
protected $sectionid; // course_sections id used for testing
|
47 |
protected $sectionid; // course_sections id used for testing
|
| 48 |
protected $courseid; // course id used for testing
|
48 |
protected $courseid; // course id used for testing
|