Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 25... Línea 25...
25
 * @copyright 2015 Damyon Wiese
25
 * @copyright 2015 Damyon Wiese
26
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
27
 */
27
 */
28
class import_test extends \advanced_testcase {
28
class import_test extends \advanced_testcase {
Línea 29... Línea 29...
29
 
29
 
30
    public function test_import_framework() {
30
    public function test_import_framework(): void {
31
        $this->resetAfterTest(true);
31
        $this->resetAfterTest(true);
Línea 32... Línea 32...
32
        $this->setAdminUser();
32
        $this->setAdminUser();