Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 26... Línea 26...
26
 * @package     core
26
 * @package     core
27
 * @covers      \core\plugininfo\dataformat
27
 * @covers      \core\plugininfo\dataformat
28
 * @copyright   2022 Paul Holden <paulh@moodle.com>
28
 * @copyright   2022 Paul Holden <paulh@moodle.com>
29
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
29
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
30
 */
30
 */
31
class dataformat_test extends advanced_testcase {
31
final class dataformat_test extends advanced_testcase {
Línea 32... Línea 32...
32
 
32
 
33
    /**
33
    /**
34
     * Helper method, to allow easy filtering of default formats in order to perform assertions without any third-party
34
     * Helper method, to allow easy filtering of default formats in order to perform assertions without any third-party
35
     * formats affecting expected results
35
     * formats affecting expected results