Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 57... Línea 57...
57
    /**
57
    /**
58
     * Test reference records.
58
     * Test reference records.
59
     *
59
     *
60
     * @covers ::get_version_options
60
     * @covers ::get_version_options
61
     */
61
     */
62
    public function test_reference_records() {
62
    public function test_reference_records(): void {
63
        $this->resetAfterTest();
63
        $this->resetAfterTest();
Línea 64... Línea 64...
64
 
64
 
65
        $quiz = $this->create_test_quiz($this->course);
65
        $quiz = $this->create_test_quiz($this->course);
66
        // Test for questions from a different context.
66
        // Test for questions from a different context.
Línea 108... Línea 108...
108
     * Test question structure data.
108
     * Test question structure data.
109
     *
109
     *
110
     * @covers ::get_question_structure
110
     * @covers ::get_question_structure
111
     * @covers ::get_always_latest_version_question_ids
111
     * @covers ::get_always_latest_version_question_ids
112
     */
112
     */
113
    public function test_get_question_structure() {
113
    public function test_get_question_structure(): void {
114
        $this->resetAfterTest();
114
        $this->resetAfterTest();
Línea 115... Línea 115...
115
 
115
 
116
        // Create a quiz.
116
        // Create a quiz.
117
        $quiz = $this->create_test_quiz($this->course);
117
        $quiz = $this->create_test_quiz($this->course);