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  2019 Damyon Wiese
23
 * @copyright  2019 Damyon Wiese
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 course_module_competency_test extends \advanced_testcase {
26
class course_module_competency_test extends \advanced_testcase {
Línea 27... Línea 27...
27
 
27
 
28
    public function test_count_competencies() {
28
    public function test_count_competencies(): void {
Línea 29... Línea 29...
29
        global $CFG, $DB;
29
        global $CFG, $DB;
30
 
30
 
31
        $this->resetAfterTest(true);
31
        $this->resetAfterTest(true);