Skip to content

Commit 318a598

Browse files
committed
Fix test
1 parent be40fc2 commit 318a598

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/MtHaml/Tests/fixtures/environment/scss_filter.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
--FILE--
22
<?php
3+
if (!class_exists('scssc')) {
4+
throw new PHPUnit_Framework_SkippedTestError('Class scssc does not exist');
5+
}
36
$filter = new MtHaml\Filter\Scss(new scssc);
47
$env = new MtHaml\Environment('twig', array('enable_escaper' => false), array('scss' => $filter));
58
echo $env->compileString($parts['HAML'], "$file.haml");

0 commit comments

Comments
 (0)