Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 24... Línea 24...
24
 * @package   core
24
 * @package   core
25
 * @author    Petr Skoda
25
 * @author    Petr Skoda
26
 * @copyright 2023 Open LMS
26
 * @copyright 2023 Open LMS
27
 * @license   https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
27
 * @license   https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
28
 */
28
 */
29
class primary_extend_test extends \advanced_testcase {
29
final class primary_extend_test extends \advanced_testcase {
30
    /**
30
    /**
31
     * Test stoppable_trait.
31
     * Test stoppable_trait.
32
     * @covers ::stop_propagation
32
     * @covers ::stop_propagation
33
     */
33
     */
34
    public function test_stop_propagation(): void {
34
    public function test_stop_propagation(): void {