Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 30... Línea 30...
30
 *
30
 *
31
 * @package   qtype_randomsamatch
31
 * @package   qtype_randomsamatch
32
 * @copyright 2013 Jean-Michel Vedrine
32
 * @copyright 2013 Jean-Michel Vedrine
33
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
33
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
34
 */
34
 */
35
class question_test extends \advanced_testcase {
35
final class question_test extends \advanced_testcase {
Línea 36... Línea 36...
36
 
36
 
37
    public function test_get_expected_data(): void {
37
    public function test_get_expected_data(): void {
38
        $question = \test_question_maker::make_question('randomsamatch');
38
        $question = \test_question_maker::make_question('randomsamatch');