Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 27... Línea 27...
27
 *
27
 *
28
 * @package    core
28
 * @package    core
29
 * @copyright  2017 Marina Glancy
29
 * @copyright  2017 Marina Glancy
30
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
30
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
31
 */
31
 */
32
class file_browser_test extends \advanced_testcase {
32
final class file_browser_test extends \advanced_testcase {
Línea 33... Línea 33...
33
 
33
 
34
    /** @var int */
34
    /** @var int */
35
    protected $initialnonempty;
35
    protected $initialnonempty;
36
    /** @var int */
36
    /** @var int */
Línea 57... Línea 57...
57
    /**
57
    /**
58
     * Set up
58
     * Set up
59
     */
59
     */
60
    public function setUp(): void {
60
    public function setUp(): void {
61
        global $DB;
61
        global $DB;
-
 
62
        parent::setUp();
62
        $this->resetAfterTest();
63
        $this->resetAfterTest();
Línea 63... Línea 64...
63
 
64
 
Línea 64... Línea 65...
64
        $this->setAdminUser();
65
        $this->setAdminUser();