Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 53... Línea 53...
53
 * Unit tests for the matching question definition class.
53
 * Unit tests for the matching question definition class.
54
 *
54
 *
55
 * @copyright  2009 The Open University
55
 * @copyright  2009 The Open University
56
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
56
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
57
 */
57
 */
58
class importexport_test extends \advanced_testcase {
58
final class importexport_test extends \advanced_testcase {
59
    public function test_assemble_category_path(): void {
59
    public function test_assemble_category_path(): void {
60
        $format = new testable_qformat();
60
        $format = new testable_qformat();
61
        $pathsections = [
61
        $pathsections = [
62
            '$course$',
62
            '$course$',
63
            "Tim's questions",
63
            "Tim's questions",