Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 23... Línea 23...
23
 * @copyright 2023 onwards Catalyst IT EU {@link https://catalyst-eu.net}
23
 * @copyright 2023 onwards Catalyst IT EU {@link https://catalyst-eu.net}
24
 * @author    Mark Johnson <mark.johnson@catalyst-eu.net>
24
 * @author    Mark Johnson <mark.johnson@catalyst-eu.net>
25
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26
 * @covers    \qbank_comment\event\question_deleted_observer
26
 * @covers    \qbank_comment\event\question_deleted_observer
27
 */
27
 */
28
class question_deleted_observer_test extends \advanced_testcase {
28
final class question_deleted_observer_test extends \advanced_testcase {
Línea 29... Línea 29...
29
 
29
 
30
    /**
30
    /**
31
     * Deleting a question with comments should also delete the comments
31
     * Deleting a question with comments should also delete the comments
32
     *
32
     *