Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 34... Línea 34...
34
 * @copyright 2012 Sam Hemelryk
34
 * @copyright 2012 Sam Hemelryk
35
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
35
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
36
 * @covers \theme_config
36
 * @covers \theme_config
37
 * @coversDefaultClass \theme_config
37
 * @coversDefaultClass \theme_config
38
 */
38
 */
39
class theme_config_test extends advanced_testcase {
39
final class theme_config_test extends advanced_testcase {
40
    /**
40
    /**
41
     * This function will test directives used to serve SVG images to make sure
41
     * This function will test directives used to serve SVG images to make sure
42
     * this are making the right decisions.
42
     * this are making the right decisions.
43
     */
43
     */
44
    public function test_svg_image_use(): void {
44
    public function test_svg_image_use(): void {