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  2016 Frédéric Massart - FMCorz.net
23
 * @copyright  2016 Frédéric Massart - FMCorz.net
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 competency_test extends \advanced_testcase {
26
class competency_test extends \advanced_testcase {
Línea 27... Línea 27...
27
 
27
 
28
    public function test_get_framework_depth() {
28
    public function test_get_framework_depth(): void {
Línea 29... Línea 29...
29
        $this->resetAfterTest();
29
        $this->resetAfterTest();
30
 
30
 
31
        $ccg = $this->getDataGenerator()->get_plugin_generator('core_competency');
31
        $ccg = $this->getDataGenerator()->get_plugin_generator('core_competency');