Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 22... Línea 22...
22
 * @package   theme_classic
22
 * @package   theme_classic
23
 * @category  test
23
 * @category  test
24
 * @copyright 2019 Michael Hawkins
24
 * @copyright 2019 Michael Hawkins
25
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26
 */
26
 */
27
class scss_test extends \advanced_testcase {
27
final class scss_test extends \advanced_testcase {
28
    /**
28
    /**
29
     * Test that classic can be compiled using SassC (the defacto implemention).
29
     * Test that classic can be compiled using SassC (the defacto implemention).
30
     */
30
     */
31
    public function test_scss_compilation_with_sassc(): void {
31
    public function test_scss_compilation_with_sassc(): void {
32
        if (!defined('PHPUNIT_PATH_TO_SASSC')) {
32
        if (!defined('PHPUNIT_PATH_TO_SASSC')) {