Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 23... Línea 23...
23
 * @copyright  2013 Adrian Greeve <adrian@moodle.com>
23
 * @copyright  2013 Adrian Greeve <adrian@moodle.com>
24
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25
 */
25
 */
26
class generator_test extends \advanced_testcase {
26
class generator_test extends \advanced_testcase {
Línea 27... Línea 27...
27
 
27
 
28
    public function test_create_instance() {
28
    public function test_create_instance(): void {
29
        global $DB;
29
        global $DB;
30
        $this->resetAfterTest();
30
        $this->resetAfterTest();
Línea 31... Línea 31...
31
        $this->setAdminUser();
31
        $this->setAdminUser();