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 Andrew Nicols <andrew@nicols.co.uk>
23
 * @copyright 2023 Andrew Nicols <andrew@nicols.co.uk>
24
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25
 * @covers    \core\formatting
25
 * @covers    \core\formatting
26
 * @coversDefaultClass \core\formatting
26
 * @coversDefaultClass \core\formatting
27
 */
27
 */
28
class formatting_test extends \advanced_testcase {
28
final class formatting_test extends \advanced_testcase {
29
    /**
29
    /**
30
     * @covers ::format_string
30
     * @covers ::format_string
31
     */
31
     */
32
    public function test_format_string_striptags_cfg(): void {
32
    public function test_format_string_striptags_cfg(): void {
33
        global $CFG;
33
        global $CFG;