Proyectos de Subversion Moodle

Rev

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

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