Differences Between: [Versions 310 and 311] [Versions 310 and 400] [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403]
This file contains the unittests for core scss.
Copyright: | 2016 onwards Ankit Agarwal |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 154 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
core_scss_testcase:: (4 methods):
is_valid_file_provider()
scss_compilation_provider()
test_is_valid_file()
test_scss_compilation_with_sassc()
Class: core_scss_testcase - X-Ref
This file contains the unittests for core scss.is_valid_file_provider() X-Ref |
Data provider for is_valid_file return: array |
scss_compilation_provider() X-Ref |
Test cases for SassC compilation. |
test_is_valid_file($path, $valid) X-Ref |
test_scss_compilation_with_sassc($scss, $expectedcss) X-Ref |
Test that we can use the SassC compiler if it's provided. param: string $scss The raw scss to compile. param: string $expectedcss The expected CSS output. |