Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 37... Línea 37...
37
 *
37
 *
38
 * @copyright  2018 Eric Merrill (eric.a.merrill@gmail.com)
38
 * @copyright  2018 Eric Merrill (eric.a.merrill@gmail.com)
39
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
39
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
40
 */
40
 */
41
class aikenformat_test extends question_testcase {
41
class aikenformat_test extends question_testcase {
42
    public function test_readquestions() {
42
    public function test_readquestions(): void {
43
        global $CFG;
43
        global $CFG;
Línea 44... Línea 44...
44
 
44
 
45
        $lines = file($CFG->dirroot.'/question/format/aiken/tests/fixtures/aiken_errors.txt');
45
        $lines = file($CFG->dirroot.'/question/format/aiken/tests/fixtures/aiken_errors.txt');