We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f1ea6 commit 53e86eaCopy full SHA for 53e86ea
tests/ServerTest.php
@@ -23,6 +23,10 @@ class ServerTest extends \PHPUnit_Framework_TestCase
23
{
24
public function testCheckedCachedCompile()
25
26
+ if (! file_exists(__DIR__ . '/inputs/scss_cache')) {
27
+ mkdir(__DIR__ . '/inputs/scss_cache', 0755);
28
+ }
29
+
30
$server = new Server(__DIR__ . '/inputs/');
31
$css = $server->checkedCachedCompile(__DIR__ . '/inputs/import.scss', '/tmp/scss.css');
32
0 commit comments