| Línea 35... |
Línea 35... |
| 35 |
* @copyright 2012 The Open University
|
35 |
* @copyright 2012 The Open University
|
| 36 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
36 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
| 37 |
* @covers \qtype_gapselect_question_base
|
37 |
* @covers \qtype_gapselect_question_base
|
| 38 |
* @covers \qtype_gapselect_question
|
38 |
* @covers \qtype_gapselect_question
|
| 39 |
*/
|
39 |
*/
|
| 40 |
class question_test extends \basic_testcase {
|
40 |
final class question_test extends \basic_testcase {
|
| Línea 41... |
Línea 41... |
| 41 |
|
41 |
|
| 42 |
public function test_get_question_summary(): void {
|
42 |
public function test_get_question_summary(): void {
|
| 43 |
$gapselect = \test_question_maker::make_question('gapselect');
|
43 |
$gapselect = \test_question_maker::make_question('gapselect');
|
| 44 |
$this->assertEquals('The [[1]] brown [[2]] jumped over the [[3]] dog.; ' .
|
44 |
$this->assertEquals('The [[1]] brown [[2]] jumped over the [[3]] dog.; ' .
|