Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 32... Línea 32...
32
 *
32
 *
33
 * @package   qtype_ddwtos
33
 * @package   qtype_ddwtos
34
 * @copyright 2012 The Open University
34
 * @copyright 2012 The Open University
35
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
35
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
36
 */
36
 */
37
class question_test extends \basic_testcase {
37
final class question_test extends \basic_testcase {
Línea 38... Línea 38...
38
 
38
 
39
    public function test_get_question_summary(): void {
39
    public function test_get_question_summary(): void {
40
        $dd = \test_question_maker::make_question('ddwtos');
40
        $dd = \test_question_maker::make_question('ddwtos');
41
        $this->assertEquals('The [[1]] brown [[2]] jumped over the [[3]] dog.; ' .
41
        $this->assertEquals('The [[1]] brown [[2]] jumped over the [[3]] dog.; ' .