Skip to content

Commit c095075

Browse files
Fix testsuite
1 parent c5e3f3a commit c095075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AssetMapper/SassCssCompilerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class SassCssCompilerTest extends TestCase
2424
protected function setUp(): void
2525
{
2626
if (!is_dir(self::CSS_DIR)) {
27-
mkdir(self::CSS_DIR);
27+
mkdir(self::CSS_DIR, 0777, true);
2828
}
2929
}
3030

0 commit comments

Comments
 (0)