Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 21... Línea 21...
21
 *
21
 *
22
 * @package   theme_boost
22
 * @package   theme_boost
23
 * @copyright 2016 onwards Ankit Agarwal
23
 * @copyright 2016 onwards Ankit Agarwal
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
 */
25
 */
26
class scss_test extends \advanced_testcase {
26
final class scss_test extends \advanced_testcase {
27
    /**
27
    /**
28
     * Test that boost can be compiled using SassC (the defacto implemention).
28
     * Test that boost can be compiled using SassC (the defacto implemention).
29
     */
29
     */
30
    public function test_scss_compilation_with_sassc(): void {
30
    public function test_scss_compilation_with_sassc(): void {
31
        if (!defined('PHPUNIT_PATH_TO_SASSC')) {
31
        if (!defined('PHPUNIT_PATH_TO_SASSC')) {