Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 25... Línea 25...
25
 * @package    mod_feedback
25
 * @package    mod_feedback
26
 * @copyright  2020 Mikhail Golenkov <mikhailgolenkov@catalyst-au.net>
26
 * @copyright  2020 Mikhail Golenkov <mikhailgolenkov@catalyst-au.net>
27
 * @author     2023 David Woloszyn <david.woloszyn@moodle.com>
27
 * @author     2023 David Woloszyn <david.woloszyn@moodle.com>
28
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
28
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
29
 */
29
 */
30
class item_test extends advanced_testcase {
30
final class item_test extends advanced_testcase {
Línea 31... Línea 31...
31
 
31
 
32
    /**
32
    /**
33
     * Test that get_analysed() for textarea item returns correctly formatted data for exporting to Excel.
33
     * Test that get_analysed() for textarea item returns correctly formatted data for exporting to Excel.
34
     *
34
     *