| Línea 45... |
Línea 45... |
| 45 |
* @package core_backup
|
45 |
* @package core_backup
|
| 46 |
* @category test
|
46 |
* @category test
|
| 47 |
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
|
47 |
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
|
| 48 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
48 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
| 49 |
*/
|
49 |
*/
|
| 50 |
class structure_test extends \advanced_testcase {
|
50 |
final class structure_test extends \advanced_testcase {
|
| Línea 51... |
Línea 51... |
| 51 |
|
51 |
|
| 52 |
/** @var int Store the inserted forum->id for use in test functions */
|
52 |
/** @var int Store the inserted forum->id for use in test functions */
|
| 53 |
protected $forumid;
|
53 |
protected $forumid;
|
| 54 |
/** @var int Store the inserted discussion1->id for use in test functions */
|
54 |
/** @var int Store the inserted discussion1->id for use in test functions */
|