We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be40fc2 commit 318a598Copy full SHA for 318a598
test/MtHaml/Tests/fixtures/environment/scss_filter.test
@@ -1,5 +1,8 @@
1
--FILE--
2
<?php
3
+if (!class_exists('scssc')) {
4
+ throw new PHPUnit_Framework_SkippedTestError('Class scssc does not exist');
5
+}
6
$filter = new MtHaml\Filter\Scss(new scssc);
7
$env = new MtHaml\Environment('twig', array('enable_escaper' => false), array('scss' => $filter));
8
echo $env->compileString($parts['HAML'], "$file.haml");
0 commit comments