Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 100... Línea 100...
100
    /**
100
    /**
101
     * Test the behaviour of find_instance().
101
     * Test the behaviour of find_instance().
102
     *
102
     *
103
     * @covers ::find_instance
103
     * @covers ::find_instance
104
     */
104
     */
105
    public function test_find_instance() {
105
    public function test_find_instance(): void {
106
        global $DB;
106
        global $DB;
107
        $this->resetAfterTest();
107
        $this->resetAfterTest();
Línea 108... Línea 108...
108
 
108
 
109
        $cat = $this->getDataGenerator()->create_category();
109
        $cat = $this->getDataGenerator()->create_category();