Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 26... Línea 26...
26
 */
26
 */
27
class scss_test extends \advanced_testcase {
27
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() {
31
    public function test_scss_compilation_with_sassc(): void {
32
        if (!defined('PHPUNIT_PATH_TO_SASSC')) {
32
        if (!defined('PHPUNIT_PATH_TO_SASSC')) {
33
            $this->markTestSkipped('Path to SassC not provided');
33
            $this->markTestSkipped('Path to SassC not provided');
34
        }
34
        }
Línea 35... Línea 35...
35
 
35