Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 23... Línea 23...
23
 * @category   test
23
 * @category   test
24
 * @copyright  2019 University of Nottingham
24
 * @copyright  2019 University of Nottingham
25
 * @author     Neill Magill <neill.magill@nottingham.ac.uk>
25
 * @author     Neill Magill <neill.magill@nottingham.ac.uk>
26
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
27
 */
27
 */
28
class context_locked_test extends \advanced_testcase {
28
final class context_locked_test extends \advanced_testcase {
29
    /**
29
    /**
30
     * Locks an unlocked context and checks that a core\event\context_locked event is created.
30
     * Locks an unlocked context and checks that a core\event\context_locked event is created.
31
     *
31
     *
32
     * @param \context $context
32
     * @param \context $context
33
     */
33
     */